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

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
SubscribeResponseImpl

public interface SubscribeResponse
extends org.ow2.easywsdl.schema.api.XMLElement


Method Summary
 java.util.Date getCurrentTime()
           
 com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getSubscriptionReference()
           
 java.util.Date getTerminationTime()
           
 void setCurrentTime(java.util.Date value)
           
 void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
           
 void setTerminationTime(java.util.Date value)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getSubscriptionReference

com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getSubscriptionReference()
                                                                                                   throws WSNotificationException
Throws:
WSNotificationException

setSubscriptionReference

void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)

getCurrentTime

java.util.Date getCurrentTime()

setCurrentTime

void setCurrentTime(java.util.Date value)
                    throws WSNotificationException
Throws:
WSNotificationException

getTerminationTime

java.util.Date getTerminationTime()

setTerminationTime

void setTerminationTime(java.util.Date value)
                        throws WSNotificationException
Throws:
WSNotificationException


Copyright © 2009 eBM Websourcing. All Rights Reserved.