Uses of Class
com.ados.hestia.parser.rnbm.exchange.Attachment

Packages that use Attachment
com.ados.hestia.parser.rnbm.exchange Provides Contanier Object. 
com.ados.hestia.sdk.session The sessions service. 
 

Uses of Attachment in com.ados.hestia.parser.rnbm.exchange
 

Fields in com.ados.hestia.parser.rnbm.exchange declared as Attachment
protected  Attachment[] PayloadContainer.m_attachments
           
 

Methods in com.ados.hestia.parser.rnbm.exchange that return Attachment
 Attachment PayloadContainer.getAttachment(int index)
          Returns specific attachment or null if index is invalid.
 Attachment PayloadContainer.getAttachment(String fileName)
          Seek and return attachment by it's file name.
 Attachment[] PayloadContainer.getAttachments()
          Returns array of attachments.
 

Methods in com.ados.hestia.parser.rnbm.exchange with parameters of type Attachment
 void PayloadContainer.addAttachment(Attachment attachment)
          Add attachment.
 void PayloadContainer.deleteAttachment(Attachment attachment)
          Remove attachment from payload.
 

Constructors in com.ados.hestia.parser.rnbm.exchange with parameters of type Attachment
PayloadContainer(Date date, PayloadContainer pc, ServiceContent serviceContent, Attachment[] attachments)
          Create as response for provided container.
PayloadContainer(Date date, String eis, String partner, String pipInstanceID, ServiceContent serviceContent, Attachment[] attachments)
          Direct constructor.
 

Uses of Attachment in com.ados.hestia.sdk.session
 

Methods in com.ados.hestia.sdk.session with parameters of type Attachment
 SessionKey SessionManager.create(String partner, String eis, ServiceContent content, Attachment[] attachments)
          Allocate new initiation session.
 void SessionManager.response(SessionKey session, ServiceContent content, Attachment[] attachments)
          Make response for specific session.
 



Copyright © 2005-2006 ADOS Co.,Ltd.. All Rights Reserved.