org.codehaus.xfire.jaxws
Class PortInfo
java.lang.Object
org.codehaus.xfire.jaxws.PortInfo
- All Implemented Interfaces:
- javax.xml.ws.handler.PortInfo
public class PortInfo
- 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 |
PortInfo
public PortInfo(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
Copyright © 2004-2013. All Rights Reserved.