Serialized Form


Package com.ibm.wsgw

Class com.ibm.wsgw.WSGWException implements Serializable

Serialized Fields

nestedException

java.lang.Throwable nestedException
The exception which caused this exception to be thrown.

inserts

java.lang.Object[] inserts
The exception message inserts.

messageKey

java.lang.String messageKey
The exception message key.

severity

long severity
The exception message severity.

stackTrace

java.lang.String stackTrace
The stack trace.

We hold this here as it may be lost when serializing/deserializing this object across a module boundary.


nestedStackTrace

java.lang.String nestedStackTrace
The nested exception stack trace.

We hold this here as it may be lost when serializing/deserializing this object across a module boundary.


Package com.ibm.wsgw.beans

Class com.ibm.wsgw.beans.ExceptionAction implements Serializable

Serialized Fields

action

int action
The action to be taken.

faultMessage

org.apache.wsif.WSIFMessage faultMessage
The fault message to pass back to the originator of the request.

Class com.ibm.wsgw.beans.FilterAction implements Serializable

Serialized Fields

updatedRequest

org.apache.wsif.WSIFRequest updatedRequest
The updated request, or null to indicate no update.

updatedResponse

org.apache.wsif.WSIFResponse updatedResponse
The updated response, or null to indicate no update.

continueProcessing

boolean continueProcessing
This flag indicates whether to stop processing of the request/response.

Class com.ibm.wsgw.beans.FilterException implements Serializable



Copyright © 2002 IBM. All Rights Reserved.