org.eclipse.swordfish.registry.domain
Class PortTypeImpl

java.lang.Object
  extended by org.eclipse.swordfish.registry.domain.WSDLElement<javax.wsdl.PortType>
      extended by org.eclipse.swordfish.registry.domain.PortTypeImpl
All Implemented Interfaces:
PortType

public class PortTypeImpl
extends WSDLElement<javax.wsdl.PortType>
implements PortType


Constructor Summary
PortTypeImpl(javax.wsdl.PortType portTypeWsdl4j, Definition wsdl)
           
 
Method Summary
 java.lang.Iterable<Binding> getBindings()
           
 javax.xml.namespace.QName getQName()
           
 java.lang.Iterable<Service> getServices()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.swordfish.registry.domain.WSDLElement
equals, getWSDL, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.swordfish.registry.domain.PortType
getWSDL
 

Constructor Detail

PortTypeImpl

public PortTypeImpl(javax.wsdl.PortType portTypeWsdl4j,
                    Definition wsdl)
Method Detail

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