Package org.apache.wsil.extension.wsdl
Interface ReferencedService
- All Superinterfaces:
ExtensionElement,Serializable,WSILElement
- All Known Implementing Classes:
ReferencedServiceImpl
This is the interface definition for yhe <referencedService> element.
- Version:
- 1.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet referenced service name.voidsetReferencedServiceName(QName binding) Set referenced service name.Methods inherited from interface org.apache.wsil.extension.ExtensionElement
getQNameMethods inherited from interface org.apache.wsil.WSILElement
toXMLString
-
Field Details
-
ELEM_NAME
Element name.- See Also:
-
QNAME
QName.
-
-
Method Details
-
setReferencedServiceName
Set referenced service name. -
getReferencedServiceName
QName getReferencedServiceName()Get referenced service name.
-