Uses of Class
org.apache.cxf.binding.corba.wsdl.ArgType
-
Packages that use ArgType Package Description org.apache.cxf.binding.corba.runtime org.apache.cxf.binding.corba.wsdl org.apache.cxf.tools.corba.processors.idl -
-
Uses of ArgType in org.apache.cxf.binding.corba.runtime
Constructor parameters in org.apache.cxf.binding.corba.runtime with type arguments of type ArgType Constructor Description CorbaStreamWriter(org.omg.CORBA.ORB orbRef, List<ArgType> paramTypes, CorbaTypeMap map, ServiceInfo sinfo, boolean wrap) -
Uses of ArgType in org.apache.cxf.binding.corba.wsdl
Subclasses of ArgType in org.apache.cxf.binding.corba.wsdl Modifier and Type Class Description classParamTypeCORBA Param TypeFields in org.apache.cxf.binding.corba.wsdl declared as ArgType Modifier and Type Field Description protected ArgTypeOperationType. _returnMethods in org.apache.cxf.binding.corba.wsdl that return ArgType Modifier and Type Method Description ArgTypeObjectFactory. createArgType()Create an instance ofArgTypeArgTypeOperationType. getReturn()Gets the value of the return property.Methods in org.apache.cxf.binding.corba.wsdl with parameters of type ArgType Modifier and Type Method Description voidOperationType. setReturn(ArgType value)Sets the value of the return property. -
Uses of ArgType in org.apache.cxf.tools.corba.processors.idl
Fields in org.apache.cxf.tools.corba.processors.idl declared as ArgType Modifier and Type Field Description protected ArgTypeAttributeDeferredAction. argTypeprotected ArgTypeOperationDeferredAction. argTypeConstructors in org.apache.cxf.tools.corba.processors.idl with parameters of type ArgType Constructor Description AttributeDeferredAction(ArgType arg)AttributeDeferredAction(ParamType paramType, ArgType arg, org.apache.ws.commons.schema.XmlSchemaElement elem)OperationDeferredAction(ArgType arg)
-