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 java.lang.Object
- implements javax.xml.ws.handler.PortInfo
|
Constructor Summary |
PortInfoImpl(java.lang.String bindingID,
javax.xml.namespace.QName portName,
javax.xml.namespace.QName serviceName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortInfoImpl
public PortInfoImpl(java.lang.String bindingID,
javax.xml.namespace.QName portName,
javax.xml.namespace.QName serviceName)
getBindingID
public java.lang.String getBindingID()
- Specified by:
getBindingID in interface javax.xml.ws.handler.PortInfo
getPortName
public javax.xml.namespace.QName getPortName()
- Specified by:
getPortName in interface javax.xml.ws.handler.PortInfo
getServiceName
public javax.xml.namespace.QName getServiceName()
- Specified by:
getServiceName in interface javax.xml.ws.handler.PortInfo
getAddress
public java.lang.String getAddress()
setAddress
public void setAddress(java.lang.String address)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.