Apache CXF API

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   
org.apache.cxf.tools.corba.processors.idl   
org.apache.cxf.tools.corba.processors.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, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, 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>}
 

Uses of OperationType in org.apache.cxf.tools.corba.processors.idl
 

Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type OperationType
ParamDclVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, org.apache.ws.commons.schema.XmlSchemaSequence inWrapSeq, org.apache.ws.commons.schema.XmlSchemaSequence outWrapSeq, OperationType corbaOp)
           
 

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

Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type OperationType
 void WSDLToIDLAction.createIdlAttribute(OperationType opType, String name)
           
 void WSDLToIDLAction.createIdlOperation(OperationType opType, String name, boolean isOneway)
           
 


Apache CXF API

Apache CXF