Uses of Class
org.apache.cxf.binding.corba.wsdl.RaisesType
Packages that use RaisesType
Package
Description
-
Uses of RaisesType in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba that return types with arguments of type RaisesTypeModifier and TypeMethodDescriptionMap<org.omg.CORBA.TypeCode,RaisesType> CorbaConduit.getOperationExceptions(OperationType operation, CorbaTypeMap map) Method parameters in org.apache.cxf.binding.corba with type arguments of type RaisesTypeModifier and TypeMethodDescriptionorg.omg.CORBA.ExceptionListCorbaConduit.getExceptionList(Map<org.omg.CORBA.TypeCode, RaisesType> exceptions, CorbaMessage message, OperationType opType) -
Uses of RaisesType in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors that return RaisesTypeModifier and TypeMethodDescriptionprotected RaisesTypeCorbaStreamFaultOutInterceptor.findRaisesType(List<RaisesType> exList, String exClassName) protected RaisesTypeCorbaStreamFaultOutInterceptor.getRaisesType(OperationType opType, String exClassName, Throwable ex) Methods in org.apache.cxf.binding.corba.interceptors with parameters of type RaisesTypeModifier and TypeMethodDescriptionprotected voidCorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) protected voidCorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message, Element faultDetail, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) Method parameters in org.apache.cxf.binding.corba.interceptors with type arguments of type RaisesTypeModifier and TypeMethodDescriptionprotected RaisesTypeCorbaStreamFaultOutInterceptor.findRaisesType(List<RaisesType> exList, String exClassName) -
Uses of RaisesType in org.apache.cxf.binding.corba.runtime
Constructors in org.apache.cxf.binding.corba.runtime with parameters of type RaisesTypeModifierConstructorDescriptionCorbaFaultStreamWriter(org.omg.CORBA.ORB orbRef, RaisesType raisesType, CorbaTypeMap map, ServiceInfo sinfo) -
Uses of RaisesType in org.apache.cxf.binding.corba.wsdl
Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type RaisesTypeMethods in org.apache.cxf.binding.corba.wsdl that return RaisesTypeModifier and TypeMethodDescriptionObjectFactory.createRaisesType()Create an instance ofRaisesTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type RaisesTypeModifier and TypeMethodDescriptionOperationType.getRaises()Gets the value of the raises property.