Uses of Class
org.apache.cxf.jaxws.javaee.ParamValueType

Packages that use ParamValueType
org.apache.cxf.jaxws.javaee   
 

Uses of ParamValueType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee with type parameters of type ParamValueType
protected  java.util.List<ParamValueType> PortComponentHandlerType.initParam
           
protected  java.util.List<ParamValueType> ServiceRefHandlerType.initParam
           
 

Methods in org.apache.cxf.jaxws.javaee that return ParamValueType
 ParamValueType ObjectFactory.createParamValueType()
          Create an instance of ParamValueType
 

Methods in org.apache.cxf.jaxws.javaee that return types with arguments of type ParamValueType
 java.util.List<ParamValueType> PortComponentHandlerType.getInitParam()
          Gets the value of the initParam property.
 java.util.List<ParamValueType> ServiceRefHandlerType.getInitParam()
          Gets the value of the initParam property.
 



Apache CXF