Uses of Class
org.apache.cxf.binding.corba.wsdl.RaisesType
-
Packages that use RaisesType Package Description org.apache.cxf.binding.corba org.apache.cxf.binding.corba.interceptors org.apache.cxf.binding.corba.runtime org.apache.cxf.binding.corba.wsdl -
-
Uses of RaisesType in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba that return types with arguments of type RaisesType Modifier and Type Method Description Map<org.omg.CORBA.TypeCode,RaisesType>CorbaConduit. getOperationExceptions(OperationType operation, CorbaTypeMap map)Method parameters in org.apache.cxf.binding.corba with type arguments of type RaisesType Modifier and Type Method Description org.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 RaisesType Modifier and Type Method Description protected 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 RaisesType Modifier and Type Method Description protected 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 RaisesType Modifier and Type Method Description protected 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 RaisesType Constructor Description CorbaFaultStreamWriter(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 RaisesType Modifier and Type Field Description protected List<RaisesType>OperationType. raisesMethods in org.apache.cxf.binding.corba.wsdl that return RaisesType Modifier and Type Method Description RaisesTypeObjectFactory. createRaisesType()Create an instance ofRaisesTypeMethods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type RaisesType Modifier and Type Method Description List<RaisesType>OperationType. getRaises()Gets the value of the raises property.
-