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 |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXmlCollectionHandler.fillCollectionSet(CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source,
Document doc)
Fill collection set.
|
protected abstract void |
AbstractXmlCollectionHandler.fillCollectionSet(String urlString,
Request request,
CollectionAgent agent,
CollectionSetBuilder builder,
XmlSource source)
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) |
Modifier and Type | Method and Description |
---|---|
XmlSource |
XmlSource.clone() |
Modifier and Type | Method and Description |
---|---|
List<XmlSource> |
XmlDataCollection.getXmlSources()
Gets the XML sources.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDataCollection.setXmlSources(List<XmlSource> xmlSources)
Sets the XML sources.
|
Constructor and Description |
---|
XmlSource(XmlSource copy) |
Modifier and Type | Method and 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) |
Copyright © 2021. All rights reserved.