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

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

Serialized Fields

hashtable

java.util.Hashtable hashtable
Table holding correlation objects


Package com.ibm.wsgw.config

Class com.ibm.wsgw.config.ChannelState implements Serializable

Serialized Fields

name

java.lang.String name

homeLocation

java.lang.String homeLocation

endPointAddress

java.lang.String endPointAddress

replyContextName

java.lang.String replyContextName

replyContextValue

java.lang.String replyContextValue

started

boolean started

Class com.ibm.wsgw.config.FilterState implements Serializable

Serialized Fields

name

java.lang.String name

homeLocation

java.lang.String homeLocation

started

boolean started

Class com.ibm.wsgw.config.GatewayServiceState implements Serializable

Serialized Fields

serviceName

java.lang.String serviceName

annotationURL

java.lang.String annotationURL

started

boolean started

audited

boolean audited

authorized

boolean authorized

configuredPartRep

int configuredPartRep

resolvedPartRep

int resolvedPartRep

uddiProviderName

java.lang.String uddiProviderName

uddiProviderDesc

java.lang.String uddiProviderDesc

uddiTModelName

java.lang.String uddiTModelName

uddiKeyName

java.lang.String uddiKeyName

uddiKeyValue

java.lang.String uddiKeyValue

channels

java.util.List channels

uddiReferences

java.util.List uddiReferences

preFilters

java.util.List preFilters

postFilters

java.util.List postFilters

targetServices

java.util.List targetServices

Class com.ibm.wsgw.config.TargetServiceLocation implements Serializable

Serialized Fields

serviceLocation

java.lang.String serviceLocation
The service location.

serviceLocationType

int serviceLocationType
The service location type.

serviceNamespace

java.lang.String serviceNamespace
The service namespace.

serviceName

java.lang.String serviceName
The service name.

hashCode

int hashCode
The hashcode for the key.

hashCodeValid

boolean hashCodeValid
Indicates whether the hashcode has been calculated.

Class com.ibm.wsgw.config.TargetServiceState implements Serializable

Serialized Fields

location

TargetServiceLocation location

identityInfo

java.lang.String identityInfo

started

boolean started

Class com.ibm.wsgw.config.UDDIReferenceState implements Serializable

Serialized Fields

name

java.lang.String name

inquiryURL

java.lang.String inquiryURL

publishURL

java.lang.String publishURL

userName

java.lang.String userName

password

java.lang.String password



Copyright © 2002 IBM. All Rights Reserved.