Package org.apache.wsil.extension.wsdl
Interface ReferencedService
-
- All Superinterfaces:
ExtensionElement,java.io.Serializable,WSILElement
- All Known Implementing Classes:
ReferencedServiceImpl
public interface ReferencedService extends ExtensionElement
This is the interface definition for yhe <referencedService> element.- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetReferencedServiceName()Get referenced service name.voidsetReferencedServiceName(QName binding)Set referenced service name.-
Methods inherited from interface org.apache.wsil.extension.ExtensionElement
getQName
-
Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
-
-
-
-
Field Detail
-
ELEM_NAME
static final java.lang.String ELEM_NAME
Element name.- See Also:
- Constant Field Values
-
QNAME
static final QName QNAME
QName.
-
-