Uses of Class
org.apache.cxf.binding.corba.wsdl.ParamType

Packages that use ParamType
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.corba.wsdl   
 

Uses of ParamType in org.apache.cxf.binding.corba.interceptors
 

Method parameters in org.apache.cxf.binding.corba.interceptors with type arguments of type ParamType
protected  NVList CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg, org.apache.cxf.service.model.BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, ORB orb, org.apache.cxf.service.model.ServiceInfo service)
           
 

Uses of ParamType in org.apache.cxf.binding.corba.wsdl
 

Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type ParamType
protected  List<ParamType> OperationType.param
           
 

Methods in org.apache.cxf.binding.corba.wsdl that return ParamType
 ParamType ObjectFactory.createParamType()
          Create an instance of ParamType
 

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type ParamType
 List<ParamType> OperationType.getParam()
          Gets the value of the param property.
 



Apache CXF