|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.services.SXMLExtractor
public class SXMLExtractor
Field Summary | |
---|---|
private CommunicationAddress |
_accesspoint_remoteaddress
|
private eu.xtreemos.system.eventmachine.queue.Context |
context
|
static java.lang.String |
servicename
AUTOGENERATED CODE |
Constructor Summary | |
---|---|
SXMLExtractor(eu.xtreemos.system.eventmachine.queue.Context context)
|
Method Summary | |
---|---|
void |
getXMLObject(java.lang.String __path,
java.lang.Integer __schemaType)
Transform an XML stored in a file into a hash table containing the searchable elements of the source XML. |
void |
getXMLObject(java.lang.String __path,
java.lang.Integer __schemaType,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Transform an XML stored in a file into a hash table containing the searchable elements of the source XML. |
void |
getXMLObject(java.lang.String __path,
java.lang.Integer __schemaType,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Transform an XML stored in a file into a hash table containing the searchable elements of the source XML. |
void |
getXMLObjectFromDocument(org.w3c.dom.Document __xmlDocument,
java.lang.Integer __schemaType)
Transform an XML stored in a DOM document into a hash table containing the searchable elements of the source XML. |
void |
getXMLObjectFromDocument(org.w3c.dom.Document __xmlDocument,
java.lang.Integer __schemaType,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Transform an XML stored in a DOM document into a hash table containing the searchable elements of the source XML. |
void |
getXMLObjectFromDocument(org.w3c.dom.Document __xmlDocument,
java.lang.Integer __schemaType,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Transform an XML stored in a DOM document into a hash table containing the searchable elements of the source XML. |
void |
getXMLObjectFromString(java.lang.String __xmlDocument,
java.lang.Integer __schemaType)
Transform an XML stored in a string into a hash table containing the searchable elements of the source XML. |
void |
getXMLObjectFromString(java.lang.String __xmlDocument,
java.lang.Integer __schemaType,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Transform an XML stored in a string into a hash table containing the searchable elements of the source XML. |
void |
getXMLObjectFromString(java.lang.String __xmlDocument,
java.lang.Integer __schemaType,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Transform an XML stored in a string into a hash table containing the searchable elements of the source XML. |
void |
setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String servicename
private eu.xtreemos.system.eventmachine.queue.Context context
private CommunicationAddress _accesspoint_remoteaddress
Constructor Detail |
---|
public SXMLExtractor(eu.xtreemos.system.eventmachine.queue.Context context)
Method Detail |
---|
public void setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)
public void getXMLObjectFromString(java.lang.String __xmlDocument, java.lang.Integer __schemaType)
xmlDocument
- The contents of the XML contents.schemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)public void getXMLObjectFromString(java.lang.String __xmlDocument, java.lang.Integer __schemaType, eu.xtreemos.system.communication.bus.CallbackMessage callback)
xmlDocument
- The contents of the XML contents.schemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)public void getXMLObjectFromString(java.lang.String __xmlDocument, java.lang.Integer __schemaType, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
xmlDocument
- The contents of the XML contents.schemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)public void getXMLObject(java.lang.String __path, java.lang.Integer __schemaType)
path
- The path to the xml file on the file system of the service's
host.schemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)
SAXException
IOException
public void getXMLObject(java.lang.String __path, java.lang.Integer __schemaType, eu.xtreemos.system.communication.bus.CallbackMessage callback)
path
- The path to the xml file on the file system of the service's
host.schemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)
SAXException
IOException
public void getXMLObject(java.lang.String __path, java.lang.Integer __schemaType, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
path
- The path to the xml file on the file system of the service's
host.schemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)
SAXException
IOException
public void getXMLObjectFromDocument(org.w3c.dom.Document __xmlDocument, java.lang.Integer __schemaType)
xmlDocument
- xml document objectschemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)public void getXMLObjectFromDocument(org.w3c.dom.Document __xmlDocument, java.lang.Integer __schemaType, eu.xtreemos.system.communication.bus.CallbackMessage callback)
xmlDocument
- xml document objectschemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)public void getXMLObjectFromDocument(org.w3c.dom.Document __xmlDocument, java.lang.Integer __schemaType, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
xmlDocument
- xml document objectschemaType
- The type of schema. (TODO use some sort of an enum
type instead of int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |