org.apache.servicemix.jbi.messaging
Class FaultImpl

java.lang.Object
  extended by org.apache.servicemix.jbi.messaging.NormalizedMessageImpl
      extended by org.apache.servicemix.jbi.messaging.FaultImpl
All Implemented Interfaces:
Externalizable, Serializable, javax.jbi.messaging.Fault, javax.jbi.messaging.NormalizedMessage, org.apache.servicemix.jbi.api.Message

public class FaultImpl
extends NormalizedMessageImpl
implements javax.jbi.messaging.Fault

Fault implementation

Version:
$Revision: 564607 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.servicemix.jbi.messaging.NormalizedMessageImpl
exchange
 
Constructor Summary
FaultImpl()
           
FaultImpl(MessageExchangeImpl exchange)
           
 
Method Summary
 
Methods inherited from class org.apache.servicemix.jbi.messaging.NormalizedMessageImpl
addAttachment, createAttachmentsMap, createFault, createPropertiesMap, getAttachment, getAttachmentNames, getAttachments, getBody, getBody, getBody, getBodyText, getContent, getExchange, getMarshaler, getProperties, getProperty, getPropertyNames, getSecuritySubject, listAttachments, readExternal, removeAttachment, setAttachments, setBody, setBodyText, setContent, setProperties, setProperty, setSecuritySubject, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.jbi.messaging.NormalizedMessage
addAttachment, getAttachment, getAttachmentNames, getContent, getProperty, getPropertyNames, getSecuritySubject, removeAttachment, setContent, setProperty, setSecuritySubject
 

Constructor Detail

FaultImpl

public FaultImpl()

FaultImpl

public FaultImpl(MessageExchangeImpl exchange)


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