Uses of Class
org.apache.cxf.binding.corba.wsdl.ParamType
Packages that use ParamType
Package
Description
-
Uses of ParamType in org.apache.cxf.binding.corba.interceptors
Method parameters in org.apache.cxf.binding.corba.interceptors with type arguments of type ParamTypeModifier and TypeMethodDescriptionprotected 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 ParamTypeMethods in org.apache.cxf.binding.corba.wsdl that return ParamTypeModifier and TypeMethodDescriptionObjectFactory.createParamType()Create an instance ofParamTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type ParamType -
Uses of ParamType in org.apache.cxf.tools.corba.processors.idl
Fields in org.apache.cxf.tools.corba.processors.idl declared as ParamTypeModifier and TypeFieldDescriptionprotected ParamTypeAttributeDeferredAction.paramprotected ParamTypeParamDeferredAction.paramConstructors in org.apache.cxf.tools.corba.processors.idl with parameters of type ParamTypeModifierConstructorDescriptionAttributeDeferredAction(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 ParamTypeModifier and TypeMethodDescriptionvoidWSDLParameter.processParameters(WSDLToCorbaBinding wsdlToCorbaBinding, javax.wsdl.Operation operation, javax.wsdl.Definition def, SchemaCollection xmlSchemaList, List<ParamType> params, List<ArgType> returns, boolean simpleOrdering)