Package | Description |
---|---|
org.apache.cxf.interceptor | |
org.apache.cxf.service | |
org.apache.cxf.service.model |
Modifier and Type | Method and Description |
---|---|
FaultInfo |
FaultOutInterceptor.getFaultForClass(BindingOperationInfo op,
Class<?> class1)
Find the correct Fault part for a particular exception.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
FaultOutInterceptor.getFaultBean(Throwable cause,
FaultInfo faultPart,
Message message) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceModelVisitor.begin(FaultInfo fault) |
void |
ServiceModelVisitor.end(FaultInfo fault) |
Modifier and Type | Method and Description |
---|---|
FaultInfo |
UnwrappedOperationInfo.addFault(QName name,
QName message) |
FaultInfo |
OperationInfo.addFault(QName name,
QName message)
Adds an fault to this operation.
|
FaultInfo |
UnwrappedOperationInfo.getFault(QName name) |
FaultInfo |
OperationInfo.getFault(QName name)
Returns the fault with the given name, if found.
|
FaultInfo |
BindingFaultInfo.getFaultInfo() |
Modifier and Type | Method and Description |
---|---|
Collection<FaultInfo> |
UnwrappedOperationInfo.getFaults() |
Collection<FaultInfo> |
OperationInfo.getFaults()
Returns all faults for this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationInfo.addFault(FaultInfo fault)
Adds a fault to this operation.
|
Constructor and Description |
---|
BindingFaultInfo(FaultInfo f,
BindingOperationInfo info) |
Apache CXF