Apache CXF API

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  List<ParamValueType> ServiceRefHandlerType.initParam
           
protected  List<ParamValueType> PortComponentHandlerType.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
 List<ParamValueType> ServiceRefHandlerType.getInitParam()
          Gets the value of the initParam property.
 List<ParamValueType> PortComponentHandlerType.getInitParam()
          Gets the value of the initParam property.
 


Apache CXF API

Apache CXF