org.glassfish.openesb.pojose.api.res
Interface POJOMessage


Deprecated. POJOMessage wraps JBI message

public interface POJOMessage

Author:
Sreeni genipudi

Method Summary
 javax.activation.DataHandler[] getAllAttachments()
          Deprecated.  
 javax.activation.DataHandler getAttachment(java.lang.String id)
          Deprecated.  
 java.util.Set getAttachmentNames()
          Deprecated.  
 javax.xml.transform.Source getData()
          Deprecated.  
 long getId()
          Deprecated.  
 void setId(long id)
          Deprecated.  
 

Method Detail

getData

javax.xml.transform.Source getData()
Deprecated. 

getAttachmentNames

java.util.Set getAttachmentNames()
Deprecated. 

getAttachment

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

getAllAttachments

javax.activation.DataHandler[] getAllAttachments()
Deprecated. 

setId

void setId(long id)
Deprecated. 

getId

long getId()
Deprecated. 


Copyright © 2006-2008. All Rights Reserved.