org.eclipse.swordfish.registry.domain
Class PortTypeImpl
java.lang.Object
org.eclipse.swordfish.registry.domain.WSDLElement<javax.wsdl.PortType>
org.eclipse.swordfish.registry.domain.PortTypeImpl
- All Implemented Interfaces:
- PortType
public class PortTypeImpl
- extends WSDLElement<javax.wsdl.PortType>
- implements PortType
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.swordfish.registry.domain.PortType |
getWSDL |
PortTypeImpl
public PortTypeImpl(javax.wsdl.PortType portTypeWsdl4j,
Definition wsdl)
getQName
public javax.xml.namespace.QName getQName()
- Specified by:
getQName in interface PortType
getBindings
public java.lang.Iterable<Binding> getBindings()
- Specified by:
getBindings in interface PortType
getServices
public java.lang.Iterable<Service> getServices()
- Specified by:
getServices in interface PortType
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object