public interface ServiceName extends AttributedType, java.io.Serializable, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
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) |
addAttribute, getAttributeNames, getAttributeValue
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