org.codehaus.xfire.jaxws
Class PortInfo

java.lang.Object
  extended by org.codehaus.xfire.jaxws.PortInfo
All Implemented Interfaces:
javax.xml.ws.handler.PortInfo

public class PortInfo
extends Object
implements javax.xml.ws.handler.PortInfo


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

Constructor Detail

PortInfo

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

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


Copyright © 2004-2013. All Rights Reserved.