org.apache.cxf.jaxws.handler
Class PortInfoImpl
java.lang.Object
org.apache.cxf.jaxws.handler.PortInfoImpl
- All Implemented Interfaces:
- javax.xml.ws.handler.PortInfo
public class PortInfoImpl
- extends Object
- implements javax.xml.ws.handler.PortInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortInfoImpl
public PortInfoImpl(String bindingID,
QName portName,
QName serviceName)
getBindingID
public String getBindingID()
- Specified by:
getBindingID
in interface javax.xml.ws.handler.PortInfo
getPortName
public QName getPortName()
- Specified by:
getPortName
in interface javax.xml.ws.handler.PortInfo
getServiceName
public QName getServiceName()
- Specified by:
getServiceName
in interface javax.xml.ws.handler.PortInfo
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
Apache CXF