|
xmlBlaster 2.1.0 client API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_QueryKeyFactory
Parsing/Serializing key (quality of service) of subscribe(), get(), unSubscribe() and erase().
QueryKeyData,
org.xmlBlaster.test.classtest.key.QueryKeyFactoryTest| Method Summary | |
|---|---|
java.lang.String |
getName()
A human readable name of this factory |
QueryKeyData |
readObject(java.lang.String xmlKey)
Parses the given Key and returns a QueryKeyData holding the data. |
java.lang.String |
writeObject(QueryKeyData queryKeyData,
java.lang.String extraOffset)
Serialize the given data object. |
| Method Detail |
|---|
QueryKeyData readObject(java.lang.String xmlKey)
throws XmlBlasterException
e.g. - the XML based ASCII string
XmlBlasterException
java.lang.String writeObject(QueryKeyData queryKeyData,
java.lang.String extraOffset)
The - data object to serializeextraOffset - Formatting hints
java.lang.String getName()
|
xmlBlaster 2.1.0 client API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||