public abstract class TaxiiXmlFactory
extends java.lang.Object
TaxiiXml
objects.
Each TAXII version has its own factory implementation.Constructor and Description |
---|
TaxiiXmlFactory()
The constructor automatically adds the Digital Signature JAXB context.
|
Modifier and Type | Method and Description |
---|---|
void |
addJaxbContextPackage(java.lang.String packageName)
Add A JAXB context package to this factory.
|
abstract TaxiiXml |
createTaxiiXml()
Return an instance of
TaxiiXml configured with the JAXB contexts
in the context package list. |
java.util.List<java.lang.String> |
getContextPackages()
Returns a live list of context package names.
|
public TaxiiXmlFactory()
public final void addJaxbContextPackage(java.lang.String packageName)
packageName
- public java.util.List<java.lang.String> getContextPackages()