Uses of Interface
org.eclipse.jst.ws.jaxws.dom.runtime.api.IWebMethod

Packages that use IWebMethod
org.eclipse.jst.ws.jaxws.dom.integration.navigator   
org.eclipse.jst.ws.jaxws.dom.runtime   
org.eclipse.jst.ws.jaxws.dom.runtime.api   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence.serializer   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync   
org.eclipse.jst.ws.jaxws.dom.runtime.util   
 

Uses of IWebMethod in org.eclipse.jst.ws.jaxws.dom.integration.navigator
 

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator with parameters of type IWebMethod
protected  java.lang.Object[] DOMAdapterFactoryContentProvider.extractParams(IWebMethod method)
           
protected  boolean WebServiceProblemsDecorator.isRelevantForMethod(IWebMethod webMethod, org.eclipse.core.resources.IMarker marker)
          Defines if marker is relevant for webMethod.
 

Uses of IWebMethod in org.eclipse.jst.ws.jaxws.dom.runtime
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime that return IWebMethod
 IWebMethod DomUtil.findWebMethodByImpl(IServiceEndpointInterface sei, java.lang.String impl)
           
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime with parameters of type IWebMethod
 org.eclipse.jdt.core.IMethod DomUtil.findMethod(org.eclipse.jdt.core.IType seiType, IWebMethod webMethod)
           
 

Uses of IWebMethod in org.eclipse.jst.ws.jaxws.dom.runtime.api
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return IWebMethod
 IWebMethod DomFactory.createIWebMethod()
          Returns a new object of class 'IWeb Method'.
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return types with arguments of type IWebMethod
 org.eclipse.emf.common.util.EList<IWebMethod> IServiceEndpointInterface.getWebMethods()
           
 

Uses of IWebMethod in org.eclipse.jst.ws.jaxws.dom.runtime.persistence
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence with parameters of type IWebMethod
 java.lang.String JaxWsDefaultsCalculator.calcWebParamDefaultName(IWebMethod webMethod, int paramPosition)
          Defines the default operation parameter name according to JSR-181 point 4.4 - WebParam name attribute
 java.lang.String JaxWsDefaultsCalculator.calcWebParamDefaultTargetNS(IWebMethod webMethod, IWebParam webParam)
          Defines the default operation parameter name according to JSR-181 point 4.4 - WebParam target NS.
 java.lang.String JaxWsDefaultsCalculator.calcWebResultDefaultName(IWebMethod webMethod)
          Defines the default operation parameter name according to JSR-181 point 4.5 - WebResult name.
protected  int JaxWsDefaultsCalculator.getParamPosition(IWebMethod webMethod, IWebParam param)
          Calculates the position of param in method signature starting from 0
 

Uses of IWebMethod in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.serializer
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.serializer with parameters of type IWebMethod
protected  java.util.Set<IParamValuePair> ParameterSerializerAdapter.defineParamValues(IWebParam webParam, IWebMethod webMethod)
           
 

Uses of IWebMethod in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state with parameters of type IWebMethod
protected  boolean ParameterPropertyStateAdapter.isDocumentLiteralWrapped(IWebMethod webMethod)
           
 

Uses of IWebMethod in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync with parameters of type IWebMethod
 void ParameterSynchronizer.synchronizeParameters(IWebMethod wm, org.eclipse.jdt.core.IMethod method, IAnnotationInspector inspector)
           
 

Uses of IWebMethod in org.eclipse.jst.ws.jaxws.dom.runtime.util
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.util with parameters of type IWebMethod
 T DomSwitch.caseIWebMethod(IWebMethod object)
          Returns the result of interpreting the object as an instance of 'IWeb Method'.