|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the WSDL 2.0 <service> element.
Method Summary | |
EndpointElement |
addEndpointElement()
Create an EndpointElement with this ServiceElement as its parent and return a reference to it. |
EndpointElement[] |
getEndpointElements()
Return the set of EndpointElements within this ServiceElement. |
InterfaceElement |
getInterfaceElement()
Return the InterfaceElement referred to by this ServiceElement. |
QName |
getInterfaceName()
Return the name of the InterfaceElement referred to by this ServiceElement. |
QName |
getName()
Return the qualified name of this ServiceElement, which consists of its local name and the targetNamespace of the enclosing DescriptionElement. |
void |
setInterfaceName(QName interfaceName)
Specify the name of the InterfaceElement referred to by this ServiceElement. |
void |
setName(NCName name)
Set the name of this ServiceElement to the specified NCName. |
Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement |
addDocumentationElement, getDocumentationElements |
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible |
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute |
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible |
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement |
Methods inherited from interface org.apache.woden.wsdl20.xml.NestedElement |
getParentElement, setParentElement |
Method Detail |
public void setName(NCName name)
name
attribute of the <service> element.
name
- the NCName that represents the local name of this servicepublic QName getName()
public void setInterfaceName(QName interfaceName)
interface
attribute of the
<service> element.
interfaceName
- the QName of the interfacepublic QName getInterfaceName()
interface
attribute of the
<service> element.
public InterfaceElement getInterfaceElement()
interface
attribute of the <service> element.
If this reference cannot be resolved to an InterfaceElement, this method will return null.
public EndpointElement addEndpointElement()
public EndpointElement[] getEndpointElements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |