Apache CXF API

Uses of Class
org.apache.cxf.binding.corba.wsdl.RaisesType

Packages that use RaisesType
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
 Map<TypeCode,RaisesType> CorbaConduit.getOperationExceptions(OperationType operation, CorbaTypeMap map)
           
 

Method parameters in org.apache.cxf.binding.corba with type arguments of type RaisesType
 ExceptionList CorbaConduit.getExceptionList(Map<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
protected  RaisesType CorbaStreamFaultOutInterceptor.findRaisesType(List<RaisesType> exList, String exClassName)
           
protected  RaisesType CorbaStreamFaultOutInterceptor.getRaisesType(OperationType opType, String exClassName, Throwable ex)
           
 

Methods in org.apache.cxf.binding.corba.interceptors with parameters of type RaisesType
protected  void CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<javax.xml.stream.XMLStreamWriter> writer, ServiceInfo service)
           
protected  void CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message, Element faultDetail, RaisesType exType, OperationInfo opInfo, DataWriter<javax.xml.stream.XMLStreamWriter> writer, ServiceInfo service)
           
 

Method parameters in org.apache.cxf.binding.corba.interceptors with type arguments of type RaisesType
protected  RaisesType CorbaStreamFaultOutInterceptor.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
CorbaFaultStreamWriter(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
protected  List<RaisesType> OperationType.raises
           
 

Methods in org.apache.cxf.binding.corba.wsdl that return RaisesType
 RaisesType ObjectFactory.createRaisesType()
          Create an instance of RaisesType
 

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type RaisesType
 List<RaisesType> OperationType.getRaises()
          Gets the value of the raises property.
 


Apache CXF API

Apache CXF