xmlBlaster 2.2.0 API

org.xmlBlaster.engine.qos
Class UnSubscribeQosServer

java.lang.Object
  extended by org.xmlBlaster.engine.qos.UnSubscribeQosServer

public final class UnSubscribeQosServer
extends java.lang.Object

Handling of unSubscribe() quality of services in the server core.

This decorator hides the real qos data object and gives us a server specific view on it.

QoS Informations sent from the client to the server via the unSubscribe() method
They are needed to control xmlBlaster

For the xml representation see QueryQosSaxFactory.

Author:
xmlBlaster@marcelruff.info
See Also:
QueryQosData, QueryQosSaxFactory

Field Summary
private  QueryQosData queryQosData
           
 
Constructor Summary
UnSubscribeQosServer(Global glob, QueryQosData queryQosData)
          Constructor which accepts a raw data struct.
UnSubscribeQosServer(Global glob, java.lang.String xmlQos)
          Constructs the specialized quality of service object for a unSubscribe() call.
 
Method Summary
 QueryQosData getData()
          Access the internal data struct
 java.lang.String toXml()
           
 java.lang.String toXml(java.lang.String extraOffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryQosData

private final QueryQosData queryQosData
Constructor Detail

UnSubscribeQosServer

public UnSubscribeQosServer(Global glob,
                            QueryQosData queryQosData)
Constructor which accepts a raw data struct.


UnSubscribeQosServer

public UnSubscribeQosServer(Global glob,
                            java.lang.String xmlQos)
                     throws XmlBlasterException
Constructs the specialized quality of service object for a unSubscribe() call.

Parameters:
the - XML based ASCII string
Throws:
XmlBlasterException
Method Detail

getData

public QueryQosData getData()
Access the internal data struct


toXml

public java.lang.String toXml()

toXml

public java.lang.String toXml(java.lang.String extraOffset)

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.