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

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

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

Methods in org.eclipse.stp.core.sca that return WebServiceBinding
 WebServiceBinding SCAFactory.createWebServiceBinding()
          Returns a new object of class 'Web Service Binding'.
 WebServiceBinding SCACoreRoot.getBindingWs()
          Returns the value of the 'Binding Ws' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type WebServiceBinding
 void SCACoreRoot.setBindingWs(WebServiceBinding value)
          Sets the value of the 'Binding Ws' containment reference.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type WebServiceBinding
 java.lang.Object SCASwitch.caseWebServiceBinding(WebServiceBinding object)
          Returns the result of interpretting the object as an instance of 'Web Service Binding'.
 boolean SCAValidator.validateWebServiceBinding(WebServiceBinding webServiceBinding, DiagnosticChain diagnostics, java.util.Map context)