A C E G I J M N O P R S U

A

AbstractInjectionPlugin - Class in uk.org.retep.util.xml.jaxb.plugin
Base JAXB Plugin for injecting code into the generated source.
AbstractInjectionPlugin() - Constructor for class uk.org.retep.util.xml.jaxb.plugin.AbstractInjectionPlugin
 
AbstractPlugin - Class in uk.org.retep.util.xml.jaxb
Abstract JAXB Plugin for use with JAXBPluginLibrary
AbstractPlugin() - Constructor for class uk.org.retep.util.xml.jaxb.AbstractPlugin
 
addPackage(String...) - Method in class uk.org.retep.util.xml.JAXBUtil
Add one or more packages to this instance
addPackage(String) - Method in class uk.org.retep.util.xml.JAXBUtil
Add one or more ':' delimited package names to this instance
addPackage(Package...) - Method in class uk.org.retep.util.xml.JAXBUtil
Add the Package to this instance
addPackage(Class<?>) - Method in class uk.org.retep.util.xml.JAXBUtil
Add the package containing the given class to this instance
addPackages(Class<?>) - Method in class uk.org.retep.util.xml.JAXBUtil
Add all packages below this one to this instance
addPackages(Package) - Method in class uk.org.retep.util.xml.JAXBUtil
Add all packages below this one to this instance
addSubPackages(String) - Method in class uk.org.retep.util.xml.JAXBUtil
Add all subpackages to this instance

C

clear() - Method in class uk.org.retep.util.xml.JAXBUtil
Releases the JAXBContext and clears both the Marshaller and Unmarshaller pools.
customise(Outline, Options, ErrorHandler, ClassOutline, CPluginCustomization) - Method in class uk.org.retep.util.xml.jaxb.plugin.AbstractInjectionPlugin
 
customise(Outline, Options, ErrorHandler, ClassOutline, CPluginCustomization) - Method in class uk.org.retep.util.xml.jaxb.plugin.ImplementsPlugin
 
customise(Outline, Options, ErrorHandler, ClassOutline, CPluginCustomization) - Method in class uk.org.retep.util.xml.jaxb.plugin.PackageDocPlugin
 

E

ensureMarshallerPoolSize(int) - Method in class uk.org.retep.util.xml.JAXBUtil
Ensure that the Marshaller pool contains this number of entries.
ensureUnmarshallerPoolSize(int) - Method in class uk.org.retep.util.xml.JAXBUtil
Ensure that the Unmarshaller pool contains this number of entries.

G

getAdapter(Class<A>) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
getAdapter(Class<A>) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
getAttachmentMarshaller() - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
getAttachmentUnmarshaller() - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
getCustomizationURIs() - Method in class uk.org.retep.util.xml.jaxb.AbstractPlugin
 
getCustomizationURIs() - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 
getElementText(Element) - Static method in class uk.org.retep.util.xml.jaxb.AbstractPlugin
Utility method to return the Element's text without importing DOMUtils from jaxb - allowing us to also use our own DOMUtils class
getEventHandler() - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
getEventHandler() - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
getJAXBContext() - Method in class uk.org.retep.util.xml.JAXBUtil
The current JAXBContext in use.
getJAXBElement(Object) - Static method in class uk.org.retep.util.xml.JAXBUtil
Utiity to cast an object to JAXBElement<T>
getListener() - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
getListener() - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
getLocalName() - Method in class uk.org.retep.util.xml.jaxb.AbstractPlugin
The localName for the configuration
getLocalName() - Method in class uk.org.retep.util.xml.jaxb.plugin.ImplementsPlugin
 
getLocalName() - Method in class uk.org.retep.util.xml.jaxb.plugin.PackageDocPlugin
 
getMarshaller() - Method in class uk.org.retep.util.xml.JAXBUtil
Get a Marshaller from the pool, creating one as necessary.
getMarshallerCallback() - Method in class uk.org.retep.util.xml.JAXBUtil
The callback currently used by Marshaller's, null if none
getNameSpace() - Method in class uk.org.retep.util.xml.jaxb.AbstractPlugin
The nameSpace for the plugin.
getNameSpace() - Method in class uk.org.retep.util.xml.jaxb.plugin.AbstractInjectionPlugin
The nameSpace for the plugin.
getNode(Object) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
getOptionName() - Method in class uk.org.retep.util.xml.jaxb.AbstractPlugin
The option name - defaults to "retep-" + getLocalName();
getOptionName() - Method in class uk.org.retep.util.xml.jaxb.plugin.RetepPluginLibrary
 
getProperty(String) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
getProperty(String) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
getSchema() - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
getSchema() - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
getUnmarshaller() - Method in class uk.org.retep.util.xml.JAXBUtil
Get an Unmarshaller from the pool, creating one as necessary.
getUnmarshallerCallback() - Method in class uk.org.retep.util.xml.JAXBUtil
The callback currently used by Unmarshaller's, null if none
getUnmarshallerHandler() - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
getUsage() - Method in class uk.org.retep.util.xml.jaxb.AbstractPlugin
The useage Strng.
getUsage() - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 
getUsage() - Method in class uk.org.retep.util.xml.jaxb.plugin.ImplementsPlugin
 
getUsage() - Method in class uk.org.retep.util.xml.jaxb.plugin.PackageDocPlugin
 
getUseage(StringBuilder) - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
The useage for this plugin, simply append to the provided StringBuilder
getUseage(StringBuilder) - Method in class uk.org.retep.util.xml.jaxb.plugin.RetepPluginLibrary
 
getWrappedMarshaller() - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
Return the wrapped Marshaller instance
getWrappedUnmarshaller() - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
Returns the wrapped Unmarshaller instance

I

ImplementsPlugin - Class in uk.org.retep.util.xml.jaxb.plugin
JAXB plugin that allows a class to implement an arbitary interface
ImplementsPlugin() - Constructor for class uk.org.retep.util.xml.jaxb.plugin.ImplementsPlugin
 
initialiseMarshaller(Marshaller, JAXBUtil) - Method in interface uk.org.retep.util.xml.JAXBUtil.MarshallerCallback
Initialise the Marshaller
initialiseUnmarshaller(Unmarshaller, JAXBUtil) - Method in interface uk.org.retep.util.xml.JAXBUtil.UnmarshallerCallback
Initialise the Marshaller
isCustomizationTagName(String, String) - Method in class uk.org.retep.util.xml.jaxb.AbstractPlugin
 
isCustomizationTagName(String, String) - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 
isValidating() - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
Deprecated. as deprecated in Unmarshaller.isValidating()

J

JAXBPluginLibrary - Class in uk.org.retep.util.xml.jaxb
A JAXB Plugin that actually manages a collection of individual plugins registered with it, forming a single library of plugins that can be enabled with a single command line argument.
JAXBPluginLibrary() - Constructor for class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 
JAXBUtil - Class in uk.org.retep.util.xml
A suite of utility methods that make using JAXB a lot easier.
JAXBUtil() - Constructor for class uk.org.retep.util.xml.JAXBUtil
Creates a new instance of JAXBUtil with no initial packages
JAXBUtil(String...) - Constructor for class uk.org.retep.util.xml.JAXBUtil
Creates a new instance of JAXBUtil with packages added
JAXBUtil(ArrayList<String>) - Constructor for class uk.org.retep.util.xml.JAXBUtil
Creates a new instance of JAXBUtil with packages added
JAXBUtil.MarshallerCallback - Interface in uk.org.retep.util.xml
A callback called when a Marshaller is first created allowing the application to perform additional configuration on the Marshaller before it is first used
JAXBUtil.UnmarshallerCallback - Interface in uk.org.retep.util.xml
A callback called when a Unmarshaller is first created allowing the application to perform additional configuration on the Unmarshaller before it is first used

M

marshal(Object, Result) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
marshal(Object, OutputStream) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
marshal(Object, File) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
marshal(Object, Writer) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
marshal(Object, ContentHandler) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
marshal(Object, Node) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
marshal(Object, XMLStreamWriter) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
marshal(Object, XMLEventWriter) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
marshall(Object, ContentHandler) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshal an object
marshall(Object, File) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshal an object
marshall(Object, Node) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshal an object
marshall(Object, OutputStream) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshal an object
marshall(Object, Result) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshal an object
marshall(Object, Writer) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshal an object
marshall(Object, XMLEventWriter) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshal an object
marshall(Object, XMLStreamWriter) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshal an object
marshall(Object) - Method in class uk.org.retep.util.xml.JAXBUtil
Marshall an object into a String
marshaller - Variable in class uk.org.retep.util.xml.jaxb.MarshallerFacade
 
MarshallerFacade - Class in uk.org.retep.util.xml.jaxb
A facade wrapping a Marshaller.
MarshallerFacade(Marshaller) - Constructor for class uk.org.retep.util.xml.jaxb.MarshallerFacade
Construct a facade around an existing marshaller

N

NS - Static variable in class uk.org.retep.util.xml.jaxb.plugin.RetepPluginLibrary
The namespace for our library

O

onActivated(Options) - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 

P

PackageDocPlugin - Class in uk.org.retep.util.xml.jaxb.plugin
JAXB plugin that generates package.html documentation.
PackageDocPlugin() - Constructor for class uk.org.retep.util.xml.jaxb.plugin.PackageDocPlugin
 
parseArgument(Options, String[], int) - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 
postProcessModel(Model, ErrorHandler) - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 

R

registerPlugin(Plugin) - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 
release(Marshaller) - Method in class uk.org.retep.util.xml.JAXBUtil
Releases a Marshaller back to the pool.
release(Unmarshaller) - Method in class uk.org.retep.util.xml.JAXBUtil
Releases a Unmarshaller back to the pool.
removePackage(String...) - Method in class uk.org.retep.util.xml.JAXBUtil
Remove packages
removePackage(String) - Method in class uk.org.retep.util.xml.JAXBUtil
Remove package
removePackage(Package) - Method in class uk.org.retep.util.xml.JAXBUtil
Remove package
removePackage(Class<?>) - Method in class uk.org.retep.util.xml.JAXBUtil
Remove the package containing this class
removePackages(Class<?>) - Method in class uk.org.retep.util.xml.JAXBUtil
Remove the package containing this class and all sub-packages
removePackages(String) - Method in class uk.org.retep.util.xml.JAXBUtil
Remove the package and all packages within it
removeSubPackages(Package) - Method in class uk.org.retep.util.xml.JAXBUtil
Remove the package and all packages within it
RetepPluginLibrary - Class in uk.org.retep.util.xml.jaxb.plugin
JAXBPluginLibrary of plugins provided by retepTools.
RetepPluginLibrary() - Constructor for class uk.org.retep.util.xml.jaxb.plugin.RetepPluginLibrary
 
run(Outline, Options, ErrorHandler) - Method in class uk.org.retep.util.xml.jaxb.JAXBPluginLibrary
 
run(Outline, Options, ErrorHandler) - Method in class uk.org.retep.util.xml.jaxb.plugin.AbstractInjectionPlugin
 

S

setAdapter(XmlAdapter) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
setAdapter(Class<A>, A) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
setAdapter(XmlAdapter) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
setAdapter(Class<A>, A) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
setClassLoader(ClassLoader) - Method in class uk.org.retep.util.xml.JAXBUtil
Set the ClassLoader that JAXB will use.
setEventHandler(ValidationEventHandler) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
setEventHandler(ValidationEventHandler) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
setListener(Marshaller.Listener) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
setListener(Unmarshaller.Listener) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
setMarshallerCallback(JAXBUtil.MarshallerCallback) - Method in class uk.org.retep.util.xml.JAXBUtil
Set the MarshallerCallback being used to configure Marshaller's, null if none
setPoolSize(int) - Method in class uk.org.retep.util.xml.JAXBUtil
Sets the size of the marshaller and unmarshaller pools.
setProperty(String, Object) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
setProperty(String, Object) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
setSchema(Schema) - Method in class uk.org.retep.util.xml.jaxb.MarshallerFacade
setSchema(Schema) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
setUnmarshallerCallback(JAXBUtil.UnmarshallerCallback) - Method in class uk.org.retep.util.xml.JAXBUtil
Set the UnmarshallerCallback being used to configure Unmarshaller's, null if none
setValidating(boolean) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
Deprecated. as deprecated in Unmarshaller.setValidating(boolean)

U

uk.org.retep.util.xml - package uk.org.retep.util.xml
 
uk.org.retep.util.xml.jaxb - package uk.org.retep.util.xml.jaxb
JAXB/XJC plugin library api
uk.org.retep.util.xml.jaxb.plugin - package uk.org.retep.util.xml.jaxb.plugin
Core JAXB/XJC Plugin Library Implementation
unmarshal(File) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(InputStream) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(Reader) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(URL) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(InputSource) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(Node) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(Node, Class<T>) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(Source) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(Source, Class<T>) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(XMLStreamReader) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(XMLStreamReader, Class<T>) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(XMLEventReader) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshal(XMLEventReader, Class<T>) - Method in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
unmarshall(File) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(InputSource) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(InputStream) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(Node) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(Reader) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(Source) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(URL) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(XMLEventReader) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(XMLStreamReader) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshall(String) - Method in class uk.org.retep.util.xml.JAXBUtil
Unmarshal from a source
unmarshaller - Variable in class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
 
UnmarshallerFacade - Class in uk.org.retep.util.xml.jaxb
A facade wrapping a Unmarshaller.
UnmarshallerFacade(Unmarshaller) - Constructor for class uk.org.retep.util.xml.jaxb.UnmarshallerFacade
Construct a facade around an existing unmarshaller

A C E G I J M N O P R S U

Copyright © 1998-2009 Retep Development Group. All Rights Reserved.