Uses of Class
org.opennms.protocols.xml.config.XmlSource
-
Packages that use XmlSource Package Description org.opennms.protocols.http.collector org.opennms.protocols.json.collector org.opennms.protocols.xml.collector org.opennms.protocols.xml.config This file is part of OpenNMS(R).org.opennms.protocols.xml.vtdxml -
-
Uses of XmlSource in org.opennms.protocols.http.collector
Methods in org.opennms.protocols.http.collector with parameters of type XmlSource Modifier and Type Method Description protected void
HttpCollectionHandler. fillCollectionSet(String urlString, Request request, CollectionAgent agent, CollectionSetBuilder builder, XmlSource source)
-
Uses of XmlSource in org.opennms.protocols.json.collector
Methods in org.opennms.protocols.json.collector with parameters of type XmlSource Modifier and Type Method Description protected void
AbstractJsonCollectionHandler. fillCollectionSet(CollectionAgent agent, CollectionSetBuilder builder, XmlSource source, net.sf.json.JSONObject json)
Fill collection set.protected void
DefaultJsonCollectionHandler. fillCollectionSet(String urlString, Request request, CollectionAgent agent, CollectionSetBuilder builder, XmlSource source)
-
Uses of XmlSource in org.opennms.protocols.xml.collector
Methods in org.opennms.protocols.xml.collector with parameters of type XmlSource Modifier and Type Method Description protected abstract void
AbstractXmlCollectionHandler. fillCollectionSet(String urlString, Request request, CollectionAgent agent, CollectionSetBuilder builder, XmlSource source)
Fill collection set.protected void
AbstractXmlCollectionHandler. fillCollectionSet(CollectionAgent agent, CollectionSetBuilder builder, XmlSource source, Document doc)
Fill collection set.protected void
DefaultXmlCollectionHandler. fillCollectionSet(String urlString, Request request, CollectionAgent agent, CollectionSetBuilder builder, XmlSource source)
protected void
Sftp3gppXmlCollectionHandler. fillCollectionSet(String urlString, Request request, CollectionAgent agent, CollectionSetBuilder builder, XmlSource source)
-
Uses of XmlSource in org.opennms.protocols.xml.config
Methods in org.opennms.protocols.xml.config that return XmlSource Modifier and Type Method Description XmlSource
XmlSource. clone()
Methods in org.opennms.protocols.xml.config that return types with arguments of type XmlSource Modifier and Type Method Description List<XmlSource>
XmlDataCollection. getXmlSources()
Gets the XML sources.Methods in org.opennms.protocols.xml.config with parameters of type XmlSource Modifier and Type Method Description void
XmlDataCollection. addXmlSource(XmlSource source)
Adds a new XML source.int
XmlSource. compareTo(XmlSource obj)
void
XmlDataCollection. removeXmlSource(XmlSource source)
Removes a XML source.Method parameters in org.opennms.protocols.xml.config with type arguments of type XmlSource Modifier and Type Method Description void
XmlDataCollection. setXmlSources(List<XmlSource> xmlSources)
Sets the XML sources.Constructors in org.opennms.protocols.xml.config with parameters of type XmlSource Constructor Description XmlSource(XmlSource copy)
-
Uses of XmlSource in org.opennms.protocols.xml.vtdxml
Methods in org.opennms.protocols.xml.vtdxml with parameters of type XmlSource Modifier and Type Method Description protected void
AbstractVTDXmlCollectionHandler. fillCollectionSet(CollectionAgent agent, CollectionSetBuilder builder, XmlSource source, com.ximpleware.VTDNav document)
Fill collection set.protected void
DefaultVTDXmlCollectionHandler. fillCollectionSet(String urlString, Request request, CollectionAgent agent, CollectionSetBuilder builder, XmlSource source)
protected void
Sftp3gppVTDXmlCollectionHandler. fillCollectionSet(String urlString, Request request, CollectionAgent agent, CollectionSetBuilder builder, XmlSource source)
-