Uses of Interface
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse

Packages that use SubscribeResponse
com.ebmwebsourcing.wsstar.notification.definition   
com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl   
com.ebmwebsourcing.wsstar.notification.definition.inout   
 

Uses of SubscribeResponse in com.ebmwebsourcing.wsstar.notification.definition
 

Methods in com.ebmwebsourcing.wsstar.notification.definition that return SubscribeResponse
abstract  SubscribeResponse WSNotificationFactory.createSubscribeResponse()
          create an instance of the SubscribeResponse class
 SubscribeResponse WSNotificationFactoryImpl.createSubscribeResponse()
           
 

Uses of SubscribeResponse in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl
 

Classes in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl that implement SubscribeResponse
 class SubscribeResponseImpl
           
 

Uses of SubscribeResponse in com.ebmwebsourcing.wsstar.notification.definition.inout
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout that return SubscribeResponse
 SubscribeResponse WSNotificationReader.readSubscribeResponse(org.w3c.dom.Document doc)
          Unmarshall SubscribeResponse object from a Document representation fragment object
 SubscribeResponse WSNotificationReader.readSubscribeResponse(java.io.File file)
          method used to restore SubscribeResponse java object from a file
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout with parameters of type SubscribeResponse
 org.w3c.dom.Document WSNotificationWriter.writeSubscribeResponse(SubscribeResponse subsRespObj)
          marshall a SubscribeResponse object
 void WSNotificationWriter.writeSubscribeResponse(SubscribeResponse subscribeResp, java.io.File persist)
          method used to persist SubscribeResponse java object to a file
 



Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.