|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.wsgw.beans.ExceptionAction
The ExceptionAction interface encapsulates the action to be taken following an exception in a channel. Gateway.
Field Summary | |
---|---|
static java.lang.String |
copyright
Copyright string. |
static int |
LOG_EXCEPTION
This value indicates that the exception should be logged, then ignored. |
static int |
RETHROW_EXCEPTION
This value indicates that the exception should be re-thrown. |
static int |
RETURN_FAULT
This value indicates that the exception should be discarded and the given fault message returned to the originator. |
Constructor Summary | |
---|---|
ExceptionAction()
|
Method Summary | |
---|---|
int |
getAction()
Returns the action. |
org.apache.wsif.WSIFMessage |
getFaultMessage()
Returns the fault message, if any. |
void |
setAction(int newValue)
Sets the action. |
void |
setFaultMessage(org.apache.wsif.WSIFMessage newValue)
Sets the fault message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String copyright
public static final int RETURN_FAULT
public static final int RETHROW_EXCEPTION
public static final int LOG_EXCEPTION
Constructor Detail |
public ExceptionAction()
Method Detail |
public int getAction()
public void setAction(int newValue)
newValue
- The new value for the action.
public org.apache.wsif.WSIFMessage getFaultMessage()
public void setFaultMessage(org.apache.wsif.WSIFMessage newValue)
newValue
- The new value for the fault message.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |