public class PortInfoImpl extends Object implements PortInfo
| Constructor and Description |
|---|
PortInfoImpl(com.sun.xml.ws.api.BindingID bindingId,
QName portName,
QName serviceName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBindingID() |
QName |
getPortName() |
QName |
getServiceName() |
int |
hashCode()
Needed by JAXWS so PortInfoImpl can be used as a key in a map..
|
public String getBindingID()
getBindingID in interface PortInfopublic QName getPortName()
getPortName in interface PortInfopublic QName getServiceName()
getServiceName in interface PortInfoCopyright © 2019. All rights reserved.