Apache CXF API

org.apache.cxf.jaxws.handler
Class PortInfoImpl

java.lang.Object
  extended by org.apache.cxf.jaxws.handler.PortInfoImpl
All Implemented Interfaces:
PortInfo

public class PortInfoImpl
extends Object
implements PortInfo


Constructor Summary
PortInfoImpl(String bindingID, QName portName, QName serviceName)
           
 
Method Summary
 String getAddress()
           
 String getBindingID()
           
 QName getPortName()
           
 QName getServiceName()
           
 void setAddress(String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortInfoImpl

public PortInfoImpl(String bindingID,
                    QName portName,
                    QName serviceName)
Method Detail

getBindingID

public String getBindingID()
Specified by:
getBindingID in interface PortInfo

getPortName

public QName getPortName()
Specified by:
getPortName in interface PortInfo

getServiceName

public QName getServiceName()
Specified by:
getServiceName in interface PortInfo

getAddress

public String getAddress()

setAddress

public void setAddress(String address)

Apache CXF API

Apache CXF