Class PortInfoImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.description.impl.PortInfoImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBindingID()
QName
getPortName()
QName
getServiceName()
-
-
-
Method Detail
-
getServiceName
public QName getServiceName()
- Specified by:
getServiceName
in interfacePortInfo
-
getPortName
public QName getPortName()
- Specified by:
getPortName
in interfacePortInfo
-
getBindingID
public String getBindingID()
- Specified by:
getBindingID
in interfacePortInfo
-
-