Uses of Class
org.apache.cxf.binding.corba.wsdl.OperationType
-
-
Uses of OperationType in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba with parameters of type OperationType Modifier and Type Method Description voidCorbaConduit. buildRequest(CorbaMessage message, OperationType opType)org.omg.CORBA.ExceptionListCorbaConduit. getExceptionList(Map<org.omg.CORBA.TypeCode,RaisesType> exceptions, CorbaMessage message, OperationType opType)Map<org.omg.CORBA.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 Modifier and Type Method Description protected RaisesTypeCorbaStreamFaultOutInterceptor. getRaisesType(OperationType opType, String exClassName, Throwable ex)protected org.omg.CORBA.NVListCorbaStreamInInterceptor. 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 Modifier and Type Method Description OperationTypeObjectFactory. createOperationType()Create an instance ofOperationTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type OperationType Modifier and Type Method Description javax.xml.bind.JAXBElement<OperationType>ObjectFactory. createOperation(OperationType value)Methods in org.apache.cxf.binding.corba.wsdl with parameters of type OperationType Modifier and Type Method Description javax.xml.bind.JAXBElement<OperationType>ObjectFactory. createOperation(OperationType value) -
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 Constructor Description 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 Modifier and Type Method Description voidWSDLToIDLAction. createIdlAttribute(OperationType opType, String name)voidWSDLToIDLAction. createIdlOperation(OperationType opType, String name, boolean isOneway)
-