|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceName
This interface represents the WS-Addressing service name of the an EndpointReference's WSDL [metadata] element. This element identifies the WSDL service element that contains the definition of the endpoint being conveyed. The service name provides a link to a full description of the service endpoint. An optional non-qualified name identifies the specific port in the service that corresponds to the endpoint.
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this ServiceName |
java.lang.String |
getEndpointName()
|
javax.xml.namespace.QName |
getQName()
|
void |
setEndpointName(java.lang.String endpointName)
|
void |
setQName(javax.xml.namespace.QName serviceName)
|
Methods inherited from interface com.ibm.wsspi.wsaddressing.AttributedType |
---|
addAttribute, getAttributeNames, getAttributeValue |
Method Detail |
---|
javax.xml.namespace.QName getQName()
void setQName(javax.xml.namespace.QName serviceName)
serviceName
- The QName identifying the WSDL service
element that contains the definition of the endpoint being
conveyed.java.lang.String getEndpointName()
void setEndpointName(java.lang.String endpointName)
endpointName
- The optional non-qualified name identifies the
specific endpoint name in the service that corresponds to the endpoint
In WSDL 1.1, this corresponds to the port name.java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |