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

Packages that use IWebParam
org.eclipse.jst.ws.jaxws.dom.integration.navigator   
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.util   
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator with parameters of type IWebParam
protected  boolean WebServiceProblemsDecorator.isRelevantForParameter(IWebParam webParam, org.eclipse.core.resources.IMarker marker)
           
 

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

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

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

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence with parameters of type IWebParam
 java.lang.String JaxWsDefaultsCalculator.calcWebParamDefaultName(IWebParam webParam)
          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.
protected  int JaxWsDefaultsCalculator.getParamPosition(IWebMethod webMethod, IWebParam param)
          Calculates the position of param in method signature starting from 0
 

Uses of IWebParam 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 IWebParam
protected  IParamValuePair ParameterSerializerAdapter.createModeValuePair(IWebParam webParam)
           
protected  java.util.Set<IParamValuePair> ParameterSerializerAdapter.defineParamValues(IWebParam webParam, IWebMethod webMethod)
           
protected  boolean ParameterSerializerAdapter.hasParamWithSameName(IWebParam param, java.lang.String newName)
           
 

Uses of IWebParam 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 IWebParam
protected  boolean ParameterPropertyStateAdapter.isNameChangeable(IWebParam webParam)
           
protected  boolean ParameterPropertyStateAdapter.isOutsideInWebService(IWebParam webParam)
           
protected  boolean ParameterPropertyStateAdapter.isPartNameChangeable(IWebParam webParam)
           
protected  boolean ParameterPropertyStateAdapter.isTargetNSChangeable(IWebParam webParam)
           
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.util with parameters of type IWebParam
 T DomSwitch.caseIWebParam(IWebParam object)
          Returns the result of interpreting the object as an instance of 'IWeb Param'.
 boolean Jee5DomUtils.isNameRequired(IWebParam webParam)
          Method that decides if the param name is required to be put in the annotation according to JSR-181 section 4.4.1 - attribute 'name' column 'meaning'.
 boolean Jee5DomUtils.isNameUsed(IWebParam webParam)
          Method that decides is the attribute 'name' is used at all according to JSR-181 section 4.4.1 - attribute 'name' column 'meaning'
 boolean Jee5DomUtils.isPartNameUsed(IWebParam webParam)
          Method that decides if the attribute 'partName' is used at all according to JSR-181 section 4.4.1 - attribute 'partName' column 'meaning'.