Class ReferencedServiceImpl
java.lang.Object
org.apache.wsil.impl.extension.ExtensionElementImpl
org.apache.wsil.impl.extension.wsdl.ReferencedServiceImpl
- All Implemented Interfaces:
Serializable,ExtensionElement,ReferencedService,WSILElement
This class contains the implementation for a
<wsilwsdl:referencedService> element.
- Version:
- 1.0
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
qnameFields inherited from interface org.apache.wsil.extension.wsdl.ReferencedService
ELEM_NAME, QNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet referenced service name.voidsetReferencedServiceName(QName referencedServiceName) Set referenced service name.XML string representation of this object.Methods inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
getQName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.wsil.extension.ExtensionElement
getQName
-
Field Details
-
referencedServiceName
Binding name.
-
-
Constructor Details
-
ReferencedServiceImpl
public ReferencedServiceImpl()ReferencedServiceImpl constructor comment.
-
-
Method Details
-
getReferencedServiceName
Get referenced service name.- Specified by:
getReferencedServiceNamein interfaceReferencedService
-
setReferencedServiceName
Set referenced service name.- Specified by:
setReferencedServiceNamein interfaceReferencedService
-
toXMLString
XML string representation of this object.- Specified by:
toXMLStringin interfaceWSILElement- Returns:
- Returns the XML string format of this element.
-