javax.jbi.messaging
Interface NormalizedMessage
- All Known Subinterfaces:
- Fault
public interface NormalizedMessage
addAttachment
void addAttachment(String id,
DataHandler content)
throws MessagingException
- Throws:
MessagingException
getContent
Source getContent()
getAttachment
DataHandler getAttachment(String id)
getAttachmentNames
Set getAttachmentNames()
removeAttachment
void removeAttachment(String id)
throws MessagingException
- Throws:
MessagingException
setContent
void setContent(Source content)
throws MessagingException
- Throws:
MessagingException
setProperty
void setProperty(String name,
Object value)
setSecuritySubject
void setSecuritySubject(Subject subject)
getPropertyNames
Set getPropertyNames()
getProperty
Object getProperty(String name)
getSecuritySubject
Subject getSecuritySubject()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.