|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Metadata
The Metadata interface provides a Java representation of the WS-Addressing EndpointReference's [metadata] abstract property.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.wsspi.wsaddressing.AttributedType |
---|
addAttribute, getAttributeNames, getAttributeValue |
Method Detail |
---|
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.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |