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

Packages that use ServiceContent
com.ados.hestia.parser.rnbm.exchange Provides Contanier Object. 
com.ados.hestia.sdk.rnbm.access The RJO builders and readers. 
com.ados.hestia.sdk.session The sessions service. 
 

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

Fields in com.ados.hestia.parser.rnbm.exchange declared as ServiceContent
protected  ServiceContent PayloadContainer.m_serviceContent
           
 

Methods in com.ados.hestia.parser.rnbm.exchange that return ServiceContent
 ServiceContent PayloadContainer.getServiceContent()
          Returns service content.
 

Constructors in com.ados.hestia.parser.rnbm.exchange with parameters of type ServiceContent
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 ServiceContent in com.ados.hestia.sdk.rnbm.access
 

Fields in com.ados.hestia.sdk.rnbm.access declared as ServiceContent
protected  ServiceContent Reader.m_content
           
 

Methods in com.ados.hestia.sdk.rnbm.access that return ServiceContent
 ServiceContent XPathBuilder.build()
           
 ServiceContent XMLBuilder.build()
           
abstract  ServiceContent Builder.build()
          Build and return result as ServiceContent.
 ServiceContent XMLBuilder.build(Reader reader, String pipID, String version)
          Create request directly.
protected  ServiceContent Builder.resolve()
          Create empty ServiceContent with data provided at constructor.
 

Constructors in com.ados.hestia.sdk.rnbm.access with parameters of type ServiceContent
MapReader(Map<String,String> keyMap, Map<String,String> proxyMap, ServiceContent content)
           
Reader(ServiceContent content)
          Construct reader for specific ServiceContent.
XMLReader(Writer writer, ServiceContent content)
           
XPathReader(ServiceContent content)
           
 

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

Methods in com.ados.hestia.sdk.session with parameters of type ServiceContent
 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.