|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.notification.definition.inout.WSNotificationWriterImpl
public class WSNotificationWriterImpl
This class implements the WSNotificationWriter java interface
| Constructor Summary | |
|---|---|
WSNotificationWriterImpl()
Default constructor |
|
WSNotificationWriterImpl(java.lang.String[] nsAndPrefixForMarshalling)
Constructor called to provide a custom "prefix/namespace" mapping |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
writeDestroyRegistration(DestroyRegistration destRegObj)
marchall a DestroyRegistration object. |
org.w3c.dom.Document |
writeDestroyRegistrationResponse(DestroyRegistrationResponse destRegRespObj)
marchall a DestroyRegistrationResponse object. |
org.w3c.dom.Document |
writeNotify(Notify notifyObj)
marchall a Notify object. |
org.w3c.dom.Document |
writeQueryExpressionType(QueryExpressionType queryExpression)
marshall a QueryExpressionType object |
org.w3c.dom.Document |
writeRegisterPublisher(RegisterPublisher regPubObj)
marchall a RegisterPublisher object. |
org.w3c.dom.Document |
writeRegisterPublisherResponse(RegisterPublisherResponse regPubRespObj)
marchall a RegisterPublisherResponse object. |
org.w3c.dom.Document |
writeSubscribe(Subscribe subsObj)
marshall a Subscribe object |
org.w3c.dom.Document |
writeSubscribeResponse(SubscribeResponse subsRepObj)
marshall a SubscribeResponse object |
void |
writeSubscriptionToFile(SubscriptionManagerRP subscription,
java.io.File file)
marshall a SubscriptionManagerRP into a file (used to persist the java object) |
org.w3c.dom.Document |
writeTopicExpressionType(TopicExpressionType topicExpression)
marshall a TopicExpressionType object |
org.w3c.dom.Document |
writeTopicNamespaceType(TopicNamespaceType namespace)
marshall a TopicNamespaceType object |
org.w3c.dom.Document |
writeTopicSetType(TopicSetType topicSet)
marshall a TopicSetType object |
org.w3c.dom.Document |
writeTopicType(TopicType topic)
marshall a TopicType object |
org.w3c.dom.Document |
writeUnsubscribe(Unsubscribe unsubsObj)
marshall an Unsubscribe object |
org.w3c.dom.Document |
writeUnsubscribeResponse(UnsubscribeResponse unsubsRespObj)
marshall an UnsubscribeResponse object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSNotificationWriterImpl()
throws WSNotificationException
WSNotificationException
public WSNotificationWriterImpl(java.lang.String[] nsAndPrefixForMarshalling)
throws WSNotificationException
nsAndPrefixForMarshalling -
WSNotificationException| Method Detail |
|---|
public org.w3c.dom.Document writeNotify(Notify notifyObj)
throws WSNotificationException
WSNotificationWriterNotify object.
writeNotify in interface WSNotificationWriternotifyObj - Notify Java object to marshall
Document representation of the Notify Java type
WSNotificationException
public org.w3c.dom.Document writeRegisterPublisher(RegisterPublisher regPubObj)
throws WSNotificationException
WSNotificationWriterRegisterPublisher object.
writeRegisterPublisher in interface WSNotificationWriterregPubObj - RegisterPublisher Java object to marshall
Document representation of the RegisterPublisher Java type
WSNotificationException
public org.w3c.dom.Document writeRegisterPublisherResponse(RegisterPublisherResponse regPubRespObj)
throws WSNotificationException
WSNotificationWriterRegisterPublisherResponse object.
writeRegisterPublisherResponse in interface WSNotificationWriterregPubRespObj - RegisterPublisherResponse Java object to marshall
Document representation of the RegisterPublisherResponse Java type
WSNotificationException
public org.w3c.dom.Document writeDestroyRegistration(DestroyRegistration destRegObj)
throws WSNotificationException
WSNotificationWriterDestroyRegistration object.
writeDestroyRegistration in interface WSNotificationWriterdestRegObj - DestroyRegistration Java object to marshall
Document representation of the DestroyRegistration Java type
WSNotificationException
public org.w3c.dom.Document writeDestroyRegistrationResponse(DestroyRegistrationResponse destRegRespObj)
throws WSNotificationException
WSNotificationWriterDestroyRegistrationResponse object.
writeDestroyRegistrationResponse in interface WSNotificationWriterdestRegRespObj - DestroyRegistrationResponse Java object to marshall
Document representation of the DestroyRegistrationResponse Java type
WSNotificationException
public org.w3c.dom.Document writeSubscribe(Subscribe subsObj)
throws WSNotificationException
WSNotificationWriterSubscribe object
writeSubscribe in interface WSNotificationWritersubsObj - SubscribeResponse Java object to marshall
Document representation of the Subscribe Java type
WSNotificationException
public org.w3c.dom.Document writeSubscribeResponse(SubscribeResponse subsRepObj)
throws WSNotificationException
WSNotificationWriterSubscribeResponse object
writeSubscribeResponse in interface WSNotificationWritersubsRepObj - SubscribeResponse Java object to marshall
Document representation of the SubscribeResponse Java type
WSNotificationException
public org.w3c.dom.Document writeUnsubscribe(Unsubscribe unsubsObj)
throws WSNotificationException
WSNotificationWriterUnsubscribe object
writeUnsubscribe in interface WSNotificationWriterunsubsObj - unsubscribe Java object to marshall
Document representation of the Unsubscribe Java type
WSNotificationException
public org.w3c.dom.Document writeUnsubscribeResponse(UnsubscribeResponse unsubsRespObj)
throws WSNotificationException
WSNotificationWriterUnsubscribeResponse object
writeUnsubscribeResponse in interface WSNotificationWriterunsubsRespObj - unsubscribeResponse Java object to marshall
Document representation of the UnsubscribeResponse Java type
WSNotificationException
public void writeSubscriptionToFile(SubscriptionManagerRP subscription,
java.io.File file)
throws WSNotificationException
WSNotificationWriterSubscriptionManagerRP into a file (used to persist the java object)
writeSubscriptionToFile in interface WSNotificationWritersubscription - the SubscriptionManagerRP java object to persistfile - File object used to persist SubscriptionManagerRP Object
WSNotificationException
public org.w3c.dom.Document writeTopicExpressionType(TopicExpressionType topicExpression)
throws WSNotificationException
WSNotificationWriterTopicExpressionType object
writeTopicExpressionType in interface WSNotificationWritertopicExpression - TopicExpressionType Java object to marshall
TopicExpressionType Java type
WSNotificationException
public org.w3c.dom.Document writeQueryExpressionType(QueryExpressionType queryExpression)
throws WSNotificationException
WSNotificationWriterQueryExpressionType object
writeQueryExpressionType in interface WSNotificationWriterDocument representation of the TopicExpressionType Java type
WSNotificationException
public org.w3c.dom.Document writeTopicType(TopicType topic)
throws WSNotificationException
WSNotificationWriterTopicType object
writeTopicType in interface WSNotificationWritertopic - TopicType Java object to marshall
Document representation of the TopicType Java type
WSNotificationException
public org.w3c.dom.Document writeTopicNamespaceType(TopicNamespaceType namespace)
throws WSNotificationException
WSNotificationWriterTopicNamespaceType object
writeTopicNamespaceType in interface WSNotificationWriternamespace - TopicNamespaceType Java object to marshall
Document representation of the TopicNamespaceType Java type
WSNotificationException
public org.w3c.dom.Document writeTopicSetType(TopicSetType topicSet)
throws WSNotificationException
WSNotificationWriterTopicSetType object
writeTopicSetType in interface WSNotificationWriterDocument representation of the TopicSetType Java type
WSNotificationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||