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

Packages that use OperationType
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.corba.wsdl   
 

Uses of OperationType in org.apache.cxf.binding.corba
 

Methods in org.apache.cxf.binding.corba with parameters of type OperationType
 void CorbaConduit.buildRequest(CorbaMessage message, OperationType opType)
           
 ExceptionList CorbaConduit.getExceptionList(Map<TypeCode,RaisesType> exceptions, CorbaMessage message, OperationType opType)
           
 Map<TypeCode,RaisesType> CorbaConduit.getOperationExceptions(OperationType operation, CorbaTypeMap map)
           
 

Uses of OperationType in org.apache.cxf.binding.corba.interceptors
 

Methods in org.apache.cxf.binding.corba.interceptors with parameters of type OperationType
protected  RaisesType CorbaStreamFaultOutInterceptor.getRaisesType(OperationType opType, String exClassName, Throwable ex)
           
protected  NVList CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg, org.apache.cxf.service.model.InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, org.apache.cxf.service.model.ServiceInfo service)
           
 

Uses of OperationType in org.apache.cxf.binding.corba.wsdl
 

Methods in org.apache.cxf.binding.corba.wsdl that return OperationType
 OperationType ObjectFactory.createOperationType()
          Create an instance of OperationType
 

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type OperationType
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 

Methods in org.apache.cxf.binding.corba.wsdl with parameters of type OperationType
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 



Apache CXF