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
| Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
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-2010 eBM Websourcing. All Rights Reserved.