Uses of Class
org.apache.cxf.binding.corba.wsdl.ParamType
-
Packages that use ParamType Package Description 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 Modifier and Type Method Description protected org.omg.CORBA.NVListCorbaStreamInInterceptor. prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, org.omg.CORBA.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 Modifier and Type Field Description protected List<ParamType>OperationType. paramMethods in org.apache.cxf.binding.corba.wsdl that return ParamType Modifier and Type Method Description ParamTypeObjectFactory. createParamType()Create an instance ofParamTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type ParamType Modifier and Type Method Description 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 Modifier and Type Field Description protected ParamTypeAttributeDeferredAction. paramprotected ParamTypeParamDeferredAction. paramConstructors in org.apache.cxf.tools.corba.processors.idl with parameters of type ParamType Constructor Description 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 Modifier and Type Method Description voidWSDLParameter. processParameters(WSDLToCorbaBinding wsdlToCorbaBinding, javax.wsdl.Operation operation, javax.wsdl.Definition def, SchemaCollection xmlSchemaList, List<ParamType> params, List<ArgType> returns, boolean simpleOrdering)
-