Apache CXF API

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

Packages that use ArgType
org.apache.cxf.binding.corba.runtime   
org.apache.cxf.binding.corba.wsdl   
org.apache.cxf.tools.corba.processors.idl   
org.apache.cxf.tools.corba.processors.wsdl   
 

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
CorbaStreamWriter(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
 class ParamType
          CORBA Param Type
 

Fields in org.apache.cxf.binding.corba.wsdl declared as ArgType
protected  ArgType OperationType._return
           
 

Methods in org.apache.cxf.binding.corba.wsdl that return ArgType
 ArgType ObjectFactory.createArgType()
          Create an instance of ArgType
 ArgType OperationType.getReturn()
          Gets the value of the return property.
 

Methods in org.apache.cxf.binding.corba.wsdl with parameters of type ArgType
 void OperationType.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
protected  ArgType AttributeDeferredAction.argType
           
protected  ArgType OperationDeferredAction.argType
           
 

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

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

Method parameters in org.apache.cxf.tools.corba.processors.wsdl with type arguments of type ArgType
 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