|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsgw.beans.ExceptionAction
The ExceptionAction interface encapsulates the action to be taken following an exception in a channel. Gateway.
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
copyright
Deprecated. Copyright string. |
static int |
LOG_EXCEPTION
Deprecated. This value indicates that the exception should be logged, then ignored. |
static int |
RETHROW_EXCEPTION
Deprecated. This value indicates that the exception should be re-thrown. |
static int |
RETURN_FAULT
Deprecated. This value indicates that the exception should be discarded and the given fault message returned to the originator. |
Constructor Summary | |
---|---|
ExceptionAction()
Deprecated. |
Method Summary | |
---|---|
int |
getAction()
Deprecated. Returns the action. |
org.apache.wsif.WSIFMessage |
getFaultMessage()
Deprecated. Returns the fault message, if any. |
void |
setAction(int newValue)
Deprecated. Sets the action. |
void |
setFaultMessage(org.apache.wsif.WSIFMessage newValue)
Deprecated. 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 |