org.apache.axis2.jaxws.description.impl
Class PortInfoImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.description.impl.PortInfoImpl
All Implemented Interfaces:
javax.xml.ws.handler.PortInfo

public class PortInfoImpl
extends java.lang.Object
implements javax.xml.ws.handler.PortInfo


Method Summary
 java.lang.String getBindingID()
           
 javax.xml.namespace.QName getPortName()
           
 javax.xml.namespace.QName getServiceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServiceName

public javax.xml.namespace.QName getServiceName()
Specified by:
getServiceName in interface javax.xml.ws.handler.PortInfo

getPortName

public javax.xml.namespace.QName getPortName()
Specified by:
getPortName in interface javax.xml.ws.handler.PortInfo

getBindingID

public java.lang.String getBindingID()
Specified by:
getBindingID in interface javax.xml.ws.handler.PortInfo


Copyright © 2007 Apache Web Services Project. All Rights Reserved.