Serialized Form


Package org.apache.servicemix.jbi

Class org.apache.servicemix.jbi.ExchangeTimeoutException extends javax.jbi.messaging.MessagingException implements Serializable

Serialized Fields

exchange

javax.jbi.messaging.MessageExchange exchange

Class org.apache.servicemix.jbi.FaultException extends javax.jbi.messaging.MessagingException implements Serializable

Serialized Fields

exchange

javax.jbi.messaging.MessageExchange exchange

fault

javax.jbi.messaging.Fault fault

Class org.apache.servicemix.jbi.MissingPropertyException extends javax.jbi.JBIException implements Serializable

Serialized Fields

property

String property

Class org.apache.servicemix.jbi.NoEndpointAvailableException extends javax.jbi.JBIException implements Serializable

Class org.apache.servicemix.jbi.NoFaultAvailableException extends javax.jbi.messaging.MessagingException implements Serializable

Serialized Fields

messageExchange

javax.jbi.messaging.MessageExchange messageExchange

Class org.apache.servicemix.jbi.NoInMessageAvailableException extends javax.jbi.messaging.MessagingException implements Serializable

Serialized Fields

messageExchange

javax.jbi.messaging.MessageExchange messageExchange

Class org.apache.servicemix.jbi.NoInterfaceAvailableException extends NoEndpointAvailableException implements Serializable

Serialized Fields

interfaceName

QName interfaceName

Class org.apache.servicemix.jbi.NoMessageContentAvailableException extends javax.jbi.messaging.MessagingException implements Serializable

Serialized Fields

messageExchange

javax.jbi.messaging.MessageExchange messageExchange

Class org.apache.servicemix.jbi.NoOutMessageAvailableException extends javax.jbi.messaging.MessagingException implements Serializable

Serialized Fields

messageExchange

javax.jbi.messaging.MessageExchange messageExchange

Class org.apache.servicemix.jbi.NoServiceAvailableException extends NoEndpointAvailableException implements Serializable

Serialized Fields

serviceName

QName serviceName

Class org.apache.servicemix.jbi.NoServiceEndpointAvailableException extends NoEndpointAvailableException implements Serializable

Serialized Fields

serviceName

QName serviceName

endpointName

String endpointName

Class org.apache.servicemix.jbi.NoSuchOperationException extends javax.jbi.messaging.MessagingException implements Serializable

Serialized Fields

operationName

QName operationName

Class org.apache.servicemix.jbi.NotInitialisedYetException extends javax.jbi.messaging.MessagingException implements Serializable

Class org.apache.servicemix.jbi.RuntimeJBIException extends RuntimeException implements Serializable

serialVersionUID: -6386553476156600457L


Package org.apache.servicemix.jbi.container

Class org.apache.servicemix.jbi.container.ActivationSpec extends Object implements Serializable

serialVersionUID: 8458586342841647313L

Serialized Fields

id

String id

componentName

String componentName

component

Object component

service

QName service

interfaceName

QName interfaceName

operation

QName operation

endpoint

String endpoint

destinationService

QName destinationService

destinationInterface

QName destinationInterface

destinationOperation

QName destinationOperation

destinationEndpoint

String destinationEndpoint

subscriptions

SubscriptionSpec[] subscriptions

failIfNoDestinationEndpoint

boolean failIfNoDestinationEndpoint

persistent

Boolean persistent

destinationUri

String destinationUri

Class org.apache.servicemix.jbi.container.SubscriptionSpec extends Object implements Serializable

serialVersionUID: 8458586342841647313L

Serialized Fields

service

QName service

interfaceName

QName interfaceName

operation

QName operation

endpoint

String endpoint

name

ComponentNameSpace name

Package org.apache.servicemix.jbi.event

Class org.apache.servicemix.jbi.event.ComponentEvent extends EventObject implements Serializable

serialVersionUID: -4075242868959881673L

Serialized Fields

component

ComponentMBeanImpl component

type

int type

Class org.apache.servicemix.jbi.event.DeploymentEvent extends EventObject implements Serializable

serialVersionUID: 1330139373403204421L

Serialized Fields

file

File file

type

int type

Class org.apache.servicemix.jbi.event.EndpointEvent extends EventObject implements Serializable

serialVersionUID: -4480619483039133388L

Serialized Fields

endpoint

javax.jbi.servicedesc.ServiceEndpoint endpoint

type

int type

Class org.apache.servicemix.jbi.event.ExchangeEvent extends EventObject implements Serializable

serialVersionUID: -8349785806912334977L

Serialized Fields

exchange

javax.jbi.messaging.MessageExchange exchange

type

int type

Class org.apache.servicemix.jbi.event.ServiceAssemblyEvent extends EventObject implements Serializable

serialVersionUID: 8441830155548563543L

Serialized Fields

assembly

ServiceAssemblyLifeCycle assembly

type

int type

Class org.apache.servicemix.jbi.event.ServiceUnitEvent extends EventObject implements Serializable

serialVersionUID: 7825652001472392923L

Serialized Fields

unit

ServiceUnitLifeCycle unit

type

int type

Package org.apache.servicemix.jbi.framework

Class org.apache.servicemix.jbi.framework.ClientFactory extends BaseSystemService implements Serializable

Serialized Fields

jndiName

String jndiName

isFactoryJNDIregistered

boolean isFactoryJNDIregistered

Class org.apache.servicemix.jbi.framework.ComponentNameSpace extends Object implements Serializable

serialVersionUID: -9130913368962887486L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
read from Stream

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
write out to stream

Throws:
IOException

Package org.apache.servicemix.jbi.messaging

Class org.apache.servicemix.jbi.messaging.ExchangePacket extends Object implements Serializable

serialVersionUID: -9110837382914609624L

Serialization Methods

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Read from a stream

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Write to a Stream

Throws:
IOException

Class org.apache.servicemix.jbi.messaging.FaultImpl extends NormalizedMessageImpl implements Serializable

serialVersionUID: -2369080326592427325L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read from a stream

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write to a Stream

Throws:
IOException

Class org.apache.servicemix.jbi.messaging.InOnlyImpl extends MessageExchangeImpl implements Serializable

serialVersionUID: -4851111881482457905L

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.servicemix.jbi.messaging.InOptionalOutImpl extends MessageExchangeImpl implements Serializable

serialVersionUID: -3145649037372074912L

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.servicemix.jbi.messaging.InOutImpl extends MessageExchangeImpl implements Serializable

serialVersionUID: -1639492357707831113L

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.servicemix.jbi.messaging.MessageExchangeFactoryImpl.PrettyCalendar extends GregorianCalendar implements Serializable

Class org.apache.servicemix.jbi.messaging.MessageExchangeImpl extends Object implements Serializable

serialVersionUID: -3639175136897005605L

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.servicemix.jbi.messaging.NormalizedMessageImpl extends Object implements Serializable

serialVersionUID: 9179194301410526549L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read from a stream

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write to a Stream

Throws:
IOException

Class org.apache.servicemix.jbi.messaging.RobustInOnlyImpl extends MessageExchangeImpl implements Serializable

serialVersionUID: -1606399168587959356L

Serialization Methods

readExternal

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

writeExternal

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

Package org.apache.servicemix.jbi.security.keystore

Class org.apache.servicemix.jbi.security.keystore.KeyIsLocked extends GeneralSecurityException implements Serializable

Class org.apache.servicemix.jbi.security.keystore.KeystoreIsLocked extends GeneralSecurityException implements Serializable


Package org.apache.servicemix.jbi.servicedesc

Class org.apache.servicemix.jbi.servicedesc.AbstractServiceEndpoint extends Object implements Serializable

Serialized Fields

componentName

ComponentNameSpace componentName

key

String key

uniqueKey

String uniqueKey

Class org.apache.servicemix.jbi.servicedesc.DynamicEndpoint extends AbstractServiceEndpoint implements Serializable

serialVersionUID: -9084647509619730734L

Serialized Fields

serviceName

QName serviceName

endpointName

String endpointName

Class org.apache.servicemix.jbi.servicedesc.ExternalEndpoint extends AbstractServiceEndpoint implements Serializable

serialVersionUID: 4257588916448457889L

Serialized Fields

se

javax.jbi.servicedesc.ServiceEndpoint se

Class org.apache.servicemix.jbi.servicedesc.InternalEndpoint extends AbstractServiceEndpoint implements Serializable

serialVersionUID: -2710298087712302015L

Serialized Fields

endpointName

String endpointName

serviceName

QName serviceName

interfaces

Set<E> interfaces

Class org.apache.servicemix.jbi.servicedesc.LinkedEndpoint extends AbstractServiceEndpoint implements Serializable

serialVersionUID: 4615848436197469611L

Serialized Fields

fromService

QName fromService

fromEndpoint

String fromEndpoint

toService

QName toService

toEndpoint

String toEndpoint

linkType

String linkType

Package org.apache.servicemix.jbi.util

Class org.apache.servicemix.jbi.util.ByteArrayDataSource extends org.apache.servicemix.util.jaf.ByteArrayDataSource implements Serializable

Class org.apache.servicemix.jbi.util.FastStack extends ArrayList<T> implements Serializable

Class org.apache.servicemix.jbi.util.MessageUtil.FaultImpl extends MessageUtil.NormalizedMessageImpl implements Serializable

serialVersionUID: -6076815664102825860L

Class org.apache.servicemix.jbi.util.MessageUtil.NormalizedMessageImpl extends Object implements Serializable

serialVersionUID: -5813947566001096708L

Serialized Fields

subject

Subject subject

content

Source content

properties

Map<K,V> properties

attachments

Map<K,V> attachments



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.