javax.jbi.messaging
Interface NormalizedMessage

All Known Subinterfaces:
Fault

public interface NormalizedMessage


Method Summary
 void addAttachment(java.lang.String id, javax.activation.DataHandler content)
           
 javax.activation.DataHandler getAttachment(java.lang.String id)
           
 java.util.Set getAttachmentNames()
           
 javax.xml.transform.Source getContent()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.util.Set getPropertyNames()
           
 javax.security.auth.Subject getSecuritySubject()
           
 void removeAttachment(java.lang.String id)
           
 void setContent(javax.xml.transform.Source content)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 void setSecuritySubject(javax.security.auth.Subject subject)
           
 

Method Detail

addAttachment

void addAttachment(java.lang.String id,
                   javax.activation.DataHandler content)
                   throws MessagingException
Throws:
MessagingException

getContent

javax.xml.transform.Source getContent()

getAttachment

javax.activation.DataHandler getAttachment(java.lang.String id)

getAttachmentNames

java.util.Set getAttachmentNames()

removeAttachment

void removeAttachment(java.lang.String id)
                      throws MessagingException
Throws:
MessagingException

setContent

void setContent(javax.xml.transform.Source content)
                throws MessagingException
Throws:
MessagingException

setProperty

void setProperty(java.lang.String name,
                 java.lang.Object value)

setSecuritySubject

void setSecuritySubject(javax.security.auth.Subject subject)

getPropertyNames

java.util.Set getPropertyNames()

getProperty

java.lang.Object getProperty(java.lang.String name)

getSecuritySubject

javax.security.auth.Subject getSecuritySubject()


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