|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FaultSelector
A Fault Selector that determines if the input data is a business fault, runtime fault or a normal response. It also determines the native fault name.
Nested Class Summary | |
---|---|
static class |
FaultSelector.ResponseType
|
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Fields inherited from interface commonj.connector.runtime.BindingContext |
---|
BINDING_COMMUNICATION, BINDING_COMMUNICATION_INBOUND, BINDING_COMMUNICATION_OUTBOUND, BINDING_CONFIGURATION, BINDING_INVOCATION, BINDING_INVOCATION_FAULT, BINDING_INVOCATION_REQUEST, BINDING_INVOCATION_RESPONSE, BINDING_NAME, BINDING_REGISTRY, BINDING_TYPE, BINDING_TYPE_EIS, BINDING_TYPE_HTTP, BINDING_TYPE_JMS, EXPECTED_TYPE, INTERACTION_SPEC |
Method Summary | |
---|---|
java.lang.String |
getFaultName(java.lang.Object source)
Gets the native fault name from the headers from the context or from the source Object |
FaultSelector.ResponseType |
getResponseType(java.lang.Object source)
This method looks at the source object or headers from the context to determine if the response is fault or not. |
Methods inherited from interface commonj.connector.runtime.BindingContext |
---|
setBindingContext |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
FaultSelector.ResponseType getResponseType(java.lang.Object source)
source
- This can be of type InputStream, Reader or Java Object like an
exception Object.
java.lang.String getFaultName(java.lang.Object source)
source
- This can be either InputStream, Reader or Java Object like an
Exception Object
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |