|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FaultInfo | |
|---|---|
| org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
| org.apache.cxf.service | This package and its sub packages contain classes relating to services and the CXF service model |
| org.apache.cxf.service.factory | |
| org.apache.cxf.service.model | |
| Uses of FaultInfo in org.apache.cxf.interceptor |
|---|
| Methods in org.apache.cxf.interceptor that return FaultInfo | |
|---|---|
FaultInfo |
FaultOutInterceptor.getFaultForClass(BindingOperationInfo op,
java.lang.Class class1)
Find the correct Fault part for a particular exception. |
| Methods in org.apache.cxf.interceptor with parameters of type FaultInfo | |
|---|---|
protected java.lang.Object |
FaultOutInterceptor.getFaultBean(java.lang.Throwable cause,
FaultInfo faultPart,
Message message)
|
| Uses of FaultInfo in org.apache.cxf.service |
|---|
| Methods in org.apache.cxf.service with parameters of type FaultInfo | |
|---|---|
void |
ServiceModelVisitor.begin(FaultInfo fault)
|
void |
ServiceModelVisitor.end(FaultInfo fault)
|
| Uses of FaultInfo in org.apache.cxf.service.factory |
|---|
| Methods in org.apache.cxf.service.factory that return FaultInfo | |
|---|---|
protected FaultInfo |
ReflectionServiceFactoryBean.addFault(InterfaceInfo service,
OperationInfo op,
java.lang.Class exClass)
|
| Methods in org.apache.cxf.service.factory with parameters of type FaultInfo | |
|---|---|
protected void |
ReflectionServiceFactoryBean.createFaultForException(java.lang.Class<?> exClass,
FaultInfo fi)
|
| Uses of FaultInfo in org.apache.cxf.service.model |
|---|
| Methods in org.apache.cxf.service.model that return FaultInfo | |
|---|---|
FaultInfo |
OperationInfo.addFault(javax.xml.namespace.QName name,
javax.xml.namespace.QName message)
Adds an fault to this operation. |
FaultInfo |
UnwrappedOperationInfo.addFault(javax.xml.namespace.QName name,
javax.xml.namespace.QName message)
|
FaultInfo |
OperationInfo.getFault(javax.xml.namespace.QName name)
Returns the fault with the given name, if found. |
FaultInfo |
UnwrappedOperationInfo.getFault(javax.xml.namespace.QName name)
|
FaultInfo |
BindingFaultInfo.getFaultInfo()
|
| Methods in org.apache.cxf.service.model that return types with arguments of type FaultInfo | |
|---|---|
java.util.Collection<FaultInfo> |
OperationInfo.getFaults()
Returns all faults for this operation. |
java.util.Collection<FaultInfo> |
UnwrappedOperationInfo.getFaults()
|
| Methods in org.apache.cxf.service.model with parameters of type FaultInfo | |
|---|---|
void |
OperationInfo.addFault(FaultInfo fault)
Adds a fault to this operation. |
| Constructors in org.apache.cxf.service.model with parameters of type FaultInfo | |
|---|---|
BindingFaultInfo(FaultInfo f,
BindingOperationInfo info)
|
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||