Serialized Form


Package org.ow2.petals.jbi.messaging.exchange

Class org.ow2.petals.jbi.messaging.exchange.FaultImpl extends NormalizedMessageImpl implements Serializable

serialVersionUID: 35321848L

Class org.ow2.petals.jbi.messaging.exchange.MessageExchangeImpl extends java.lang.Object implements Serializable

serialVersionUID: -4354354L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException
Used to deserialize Status and Role objects

Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Used to serialize Status and Role objects

Throws:
java.io.IOException
Serialized Fields

consumerEndpoint

javax.jbi.servicedesc.ServiceEndpoint consumerEndpoint

endpoint

javax.jbi.servicedesc.ServiceEndpoint endpoint

error

java.lang.Exception error

exchangeId

java.lang.String exchangeId

flowAttributes

javax.jbi.messaging.FlowAttributes flowAttributes

interfaceName

javax.xml.namespace.QName interfaceName

messages

java.util.Map<K,V> messages

operation

javax.xml.namespace.QName operation

pattern

java.net.URI pattern

properties

java.util.Map<K,V> properties

service

javax.xml.namespace.QName service

terminated

boolean terminated

transacted

boolean transacted

persisted

boolean persisted

monitored

boolean monitored

Class org.ow2.petals.jbi.messaging.exchange.NormalizedMessageImpl extends java.lang.Object implements Serializable

serialVersionUID: 45438732L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException
Used to deserialize Content object

Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException

Serialization process :

Note: Content must always be serialized at the end of the serialization process. Because in the deserialization process, a new content will be created with all ending bytes of the Stream.

Throws:
java.io.IOException
Serialized Fields

properties

java.util.Map<K,V> properties
Metadata associated with the message content. Map: property + value.


subject

javax.security.auth.Subject subject
JAAS Security Subject.



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.