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   
 

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, org.apache.cxf.service.model.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.
 



Apache CXF