public interface Metadata extends AttributedType, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
AttributedQName |
getInterfaceName()
Returns the wsaw:InterfaceName represented by the Metadata.
|
ServiceName |
getServiceName()
Returns the wsaw:ServiceName represented by the Metadata.
|
void |
setInterfaceName(AttributedQName interfaceName)
Sets the wsaw:InterfaceName represented by the Metadata.
|
void |
setServiceName(ServiceName serviceName)
Sets the wsaw:ServiceName represented by the Metadata.
|
addAttribute, getAttributeNames, getAttributeValue
AttributedQName getInterfaceName()
The wsaw prefix corresponds the the WSDL namespace of the WS-Addressing specifcation in use.
void setInterfaceName(AttributedQName interfaceName)
The wsaw prefix corresponds the the WSDL namespace of the WS-Addressing specifcation in use.
interfaceName
- The InterfaceName of the endpoint being conveyed
by this object. This corresponds to a WSDL 1.1 port type.ServiceName getServiceName()
The wsaw prefix corresponds the the WSDL namespace of the WS-Addressing specifcation in use.
void setServiceName(ServiceName serviceName)
The wsaw prefix corresponds the the WSDL namespace of the WS-Addressing specifcation in use.
serviceName
- The ServiceName element identifying the set of endpoints or specific
endpoint
to which this Metadata object refers.