Uses of Class
org.apache.cxf.binding.corba.wsdl.OperationType
Packages that use OperationType
Package
Description
-
Uses of OperationType in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba with parameters of type OperationTypeModifier and TypeMethodDescriptionvoidCorbaConduit.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 OperationTypeModifier and TypeMethodDescriptionprotected 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 OperationTypeModifier and TypeMethodDescriptionObjectFactory.createOperationType()Create an instance ofOperationTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type OperationTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<OperationType>ObjectFactory.createOperation(OperationType value) Methods in org.apache.cxf.binding.corba.wsdl with parameters of type OperationTypeModifier and TypeMethodDescriptionjakarta.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 OperationTypeModifierConstructorDescriptionParamDclVisitor(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 OperationTypeModifier and TypeMethodDescriptionvoidWSDLToIDLAction.createIdlAttribute(OperationType opType, String name) voidWSDLToIDLAction.createIdlOperation(OperationType opType, String name, boolean isOneway)