Serialized Form


Package javax.xml.ws

Class javax.xml.ws.ProtocolException extends WebServiceException implements Serializable

Class javax.xml.ws.WebServiceException extends RuntimeException implements Serializable

Class javax.xml.ws.WebServicePermission extends BasicPermission implements Serializable

serialVersionUID: -146474640053770988L


Package org.apache.openejb.client

Class org.apache.openejb.client.ApplicationException extends Exception implements Serializable

Class org.apache.openejb.client.ArrayEnumeration extends Object implements Serializable

serialVersionUID: -1194966576855523042L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.AuthenticationRequest extends Object implements Serializable

serialVersionUID: 7009531340198948330L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Changes to this method must observe the optional AuthenticationRequest.metaData version

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Changes to this method must observe the optional AuthenticationRequest.metaData version

Throws:
IOException

Class org.apache.openejb.client.AuthenticationResponse extends Object implements Serializable

serialVersionUID: 7293643855614467349L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.CallbackMetaData extends Object implements Serializable

serialVersionUID: -4117738185968143415L

Serialized Fields

className

String className

method

String method

Class org.apache.openejb.client.ClientIdentityPrincipal extends Object implements Serializable

serialVersionUID: -4620883427203231384L

Serialized Fields

name

String name

clientIdentity

Object clientIdentity

Class org.apache.openejb.client.ClientMetaData extends Object implements Serializable

serialVersionUID: -8769170505291957783L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.ClientRuntimeException extends RuntimeException implements Serializable

Class org.apache.openejb.client.ClusterMetaData extends Object implements Serializable

serialVersionUID: -5637303260220677764L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.ClusterRequest extends Object implements Serializable

serialVersionUID: 2188352573904048149L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Changes to this method must observe the optional ClusterRequest.metaData version

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Changes to this method must observe the optional ClusterRequest.metaData version

Throws:
IOException

Class org.apache.openejb.client.ClusterResponse extends Object implements Serializable

serialVersionUID: 5399831296584206574L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.CommandParser.HelpException extends Exception implements Serializable

Class org.apache.openejb.client.CommandParser.InvalidOptionsException extends Exception implements Serializable

Class org.apache.openejb.client.ConnectionManager.UnsupportedConnectionFactoryException extends IOException implements Serializable

Class org.apache.openejb.client.ConnectionManager.UnsupportedConnectionStrategyException extends IOException implements Serializable

Class org.apache.openejb.client.ConnectionPoolTimeoutException extends IOException implements Serializable

Class org.apache.openejb.client.DataSourceMetaData extends Object implements Serializable

serialVersionUID: 5531437575034018602L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EJBHomeHandle extends Object implements Serializable

serialVersionUID: -5221661986423761808L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EJBHomeHandler extends EJBInvocationHandler implements Serializable

serialVersionUID: 4212515330775330214L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EJBHomeProxyHandle extends Object implements Serializable

serialVersionUID: 1523695567435111622L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EJBInvocationHandler extends Object implements Serializable

Serialized Fields

remote

boolean remote
The EJB spec requires that a different set of exceptions be thrown for the legacy EJBObject and EJBHome interfaces than newer @Remote interfaces

Class org.apache.openejb.client.EJBMetaDataImpl extends Object implements Serializable

serialVersionUID: -858340852654709679L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EJBObjectHandle extends Object implements Serializable

serialVersionUID: -4428541526493118024L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EJBObjectHandler extends EJBInvocationHandler implements Serializable

Serialized Fields

registryId

Object registryId

ejbHome

EJBHomeProxy ejbHome

executor

ThreadPoolExecutor executor

Class org.apache.openejb.client.EJBObjectProxyHandle extends Object implements Serializable

serialVersionUID: -8325446328982364608L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EJBRequest extends Object implements Serializable

serialVersionUID: -2075915633178128028L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Changes to this method must observe the optional EJBRequest.metaData version

When the Request externalizes itself, it will reset the appropriate values so that this instance can be used again.

There will be one request instance for each handler

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write to server. WARNING: To maintain backwards compatibility never change the order or insert new writes, always append to EJBRequest.Body.writeExternal(java.io.ObjectOutput)

Throws:
IOException

Class org.apache.openejb.client.EJBRequest.Body extends Object implements Serializable

serialVersionUID: -5364100745236348268L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Changes to this method must observe the optional EJBRequest.Body.metaData version

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Changes to this method must observe the optional EJBRequest.Body.metaData version

Throws:
IOException

Class org.apache.openejb.client.EJBResponse extends Object implements Serializable

serialVersionUID: 611943612548626399L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EntityEJBHomeHandler extends EJBHomeHandler implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.EntityEJBObjectHandler extends EJBObjectHandler implements Serializable

Class org.apache.openejb.client.HandlerChainMetaData extends Object implements Serializable

serialVersionUID: -2861396042527297097L

Serialized Fields

serviceNamePattern

QName serviceNamePattern

portNamePattern

QName portNamePattern

protocolBindings

List<E> protocolBindings

handlers

List<E> handlers

Class org.apache.openejb.client.HandlerMetaData extends Object implements Serializable

serialVersionUID: -297817668220375028L

Serialized Fields

handlerClass

String handlerClass

postConstruct

List<E> postConstruct

preDestroy

List<E> preDestroy

Class org.apache.openejb.client.Injection extends Object implements Serializable

serialVersionUID: 4009121701163822665L

Serialized Fields

targetClass

String targetClass

name

String name

jndiName

String jndiName

Class org.apache.openejb.client.InjectionMetaData extends Object implements Serializable

serialVersionUID: -4034793010942105791L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.JNDIContext.AuthenticationInfo extends Object implements Serializable

serialVersionUID: -8898613532355280735L

Serialized Fields

realm

String realm

user

String user

password

char[] password

Class org.apache.openejb.client.JNDIRequest extends Object implements Serializable

serialVersionUID: -568798775203142850L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Changes to this method must observe the optional JNDIRequest.metaData version

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Changes to this method must observe the optional JNDIRequest.metaData version

Throws:
IOException

Class org.apache.openejb.client.JNDIResponse extends Object implements Serializable

serialVersionUID: 6741338056648918607L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.NameClassPairEnumeration extends Object implements Serializable

serialVersionUID: 5678570940990836625L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.PortRefMetaData extends Object implements Serializable

serialVersionUID: 4343767807431809218L

Serialized Fields

qname

QName qname

serviceEndpointInterface

String serviceEndpointInterface

enableMtom

boolean enableMtom

properties

Properties properties

addresses

List<E> addresses

Class org.apache.openejb.client.RemoteFailoverException extends RemoteException implements Serializable

Class org.apache.openejb.client.RetryException extends IOException implements Serializable

Serialized Fields

response

Response response

Class org.apache.openejb.client.ServerMetaData extends Object implements Serializable

serialVersionUID: -915541900332460068L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.SingletonEJBHomeHandler extends EJBHomeHandler implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.SingletonEJBObjectHandler extends EJBObjectHandler implements Serializable

Serialized Fields

registryId

Object registryId

Class org.apache.openejb.client.StatefulEJBHomeHandler extends EJBHomeHandler implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.StatefulEJBObjectHandler extends EJBObjectHandler implements Serializable

Class org.apache.openejb.client.StatelessEJBHomeHandler extends EJBHomeHandler implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.StatelessEJBObjectHandler extends EJBObjectHandler implements Serializable

Serialized Fields

registryId

Object registryId

Class org.apache.openejb.client.SystemError extends Error implements Serializable

Class org.apache.openejb.client.SystemException extends Exception implements Serializable

Class org.apache.openejb.client.ThrowableArtifact extends Object implements Serializable

serialVersionUID: 8465895155478377443L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openejb.client.WsMetaData extends Object implements Serializable

serialVersionUID: -895152184216070327L

Serialized Fields

serviceClassName

String serviceClassName

referenceClassName

String referenceClassName

wsdlUrl

String wsdlUrl

serviceQName

String serviceQName

handlerChains

List<E> handlerChains

portRefs

List<E> portRefs

Package org.apache.openejb.client.proxy

Class org.apache.openejb.client.proxy.Jdk13InvocationHandler extends Object implements Serializable

Serialized Fields

delegate

InvocationHandler delegate

Package org.apache.openejb.client.serializer

Class org.apache.openejb.client.serializer.SerializationWrapper extends Object implements Serializable

serialVersionUID: -9108946890164480879L

Serialized Fields

classname

String classname

data

Serializable data



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.