org.apache.wsil.impl.extension.wsdl
Class ReferencedServiceImpl
java.lang.Object
org.apache.wsil.impl.extension.ExtensionElementImpl
org.apache.wsil.impl.extension.wsdl.ReferencedServiceImpl
- All Implemented Interfaces:
- java.io.Serializable, ExtensionElement, ReferencedService, WSILElement
public class ReferencedServiceImpl
- extends ExtensionElementImpl
- implements ReferencedService
This class contains the implementation for a
<wsilwsdl:referencedService> element.
- Version:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
referencedServiceName
protected QName referencedServiceName
- Binding name.
ReferencedServiceImpl
public ReferencedServiceImpl()
- ReferencedServiceImpl constructor comment.
getReferencedServiceName
public QName getReferencedServiceName()
- Get referenced service name.
- Specified by:
getReferencedServiceName
in interface ReferencedService
setReferencedServiceName
public void setReferencedServiceName(QName referencedServiceName)
- Set referenced service name.
- Specified by:
setReferencedServiceName
in interface ReferencedService
toXMLString
public java.lang.String toXMLString()
- XML string representation of this object.
- Specified by:
toXMLString
in interface WSILElement
- Returns:
- Returns the XML string format of this element.
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.