javax.jbi.messaging
Interface NormalizedMessage
- All Known Subinterfaces:
- Fault
public interface NormalizedMessage
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.