Apache CXF API

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   
org.apache.cxf.tools.corba.processors.idl   
org.apache.cxf.tools.corba.processors.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, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, ORB orb, 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.
 

Uses of ParamType in org.apache.cxf.tools.corba.processors.idl
 

Fields in org.apache.cxf.tools.corba.processors.idl declared as ParamType
protected  ParamType ParamDeferredAction.param
           
protected  ParamType AttributeDeferredAction.param
           
 

Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type ParamType
AttributeDeferredAction(ParamType paramType)
           
AttributeDeferredAction(ParamType paramType, ArgType arg, org.apache.ws.commons.schema.XmlSchemaElement elem)
           
ParamDeferredAction(ParamType defParam)
           
ParamDeferredAction(ParamType defParam, org.apache.ws.commons.schema.XmlSchemaElement elem)
           
 

Uses of ParamType in org.apache.cxf.tools.corba.processors.wsdl
 

Method parameters in org.apache.cxf.tools.corba.processors.wsdl with type arguments of type ParamType
 void WSDLParameter.processParameters(WSDLToCorbaBinding wsdlToCorbaBinding, javax.wsdl.Operation operation, javax.wsdl.Definition def, SchemaCollection xmlSchemaList, List<ParamType> params, List<ArgType> returns, boolean simpleOrdering)
           
 


Apache CXF API

Apache CXF