Uses of Interface
org.eclipse.stp.core.sca.WSDLPortType

Packages that use WSDLPortType
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
 

Uses of WSDLPortType in org.eclipse.stp.core.sca
 

Methods in org.eclipse.stp.core.sca that return WSDLPortType
 WSDLPortType SCAFactory.createWSDLPortType()
          Returns a new object of class 'WSDL Port Type'.
 WSDLPortType SCACoreRoot.getInterfaceWsdl()
          Returns the value of the 'Interface Wsdl' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type WSDLPortType
 void SCACoreRoot.setInterfaceWsdl(WSDLPortType value)
          Sets the value of the 'Interface Wsdl' containment reference.
 

Uses of WSDLPortType in org.eclipse.stp.core.sca.util
 

Methods in org.eclipse.stp.core.sca.util with parameters of type WSDLPortType
 java.lang.Object SCASwitch.caseWSDLPortType(WSDLPortType object)
          Returns the result of interpretting the object as an instance of 'WSDL Port Type'.
 boolean SCAValidator.validateWSDLPortType(WSDLPortType wsdlPortType, DiagnosticChain diagnostics, java.util.Map context)