Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addProperties(Map<String, Object>) - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Adds a collection of properties with the given key-value mappings for the underlying parser.
- addProperty(String, Object) - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Adds a property with the given key and value for the underlying parser to use.
C
- configureParser(List<String>, ClassLoader) - Method in interface org.codice.ddf.parser.Parser
-
Creates an initial configurator object to be used to facilitate the marshaling and unmarshaling processes.
G
- getAdapter() - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Gets XML-specific adapter.
- getClassLoader() - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Returns the classloader to be used by the underlying parser.
- getContextPath() - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Returns the list of paths to be searched for binding information.
- getHandler() - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Gets XML-specific validation handler.
- getProperties() - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Returns the properties associated with the underlying parser.
M
- marshal(ParserConfigurator, Object, OutputStream) - Method in interface org.codice.ddf.parser.Parser
-
Converts an object graph into the appropriate output format, writing it to the given stream.
- marshal(ParserConfigurator, Object, Node) - Method in interface org.codice.ddf.parser.Parser
-
Converts an object graph into a Node,
O
- org.codice.ddf.parser - package org.codice.ddf.parser
P
- Parser - Interface in org.codice.ddf.parser
-
Defines a service interface for converting between Objects and external representations of them.
- ParserConfigurator - Interface in org.codice.ddf.parser
-
Configuration helper for setting up necessary environment for underlying parser implementations.
- ParserException - Exception in org.codice.ddf.parser
- ParserException() - Constructor for exception org.codice.ddf.parser.ParserException
-
Constructs a new
ParserExceptionwithnullas its detail message. - ParserException(String) - Constructor for exception org.codice.ddf.parser.ParserException
-
Constructs a new
ParserExceptionwith the specified detail message. - ParserException(String, Throwable) - Constructor for exception org.codice.ddf.parser.ParserException
-
Constructs a new
ParserExceptionwith the specified detail message and cause. - ParserException(Throwable) - Constructor for exception org.codice.ddf.parser.ParserException
-
Constructs a new
ParserExceptionwith the specified cause and a detail message of (cause==null ?
S
- setAdapter(XmlAdapter) - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Sets XML-specific adapter.
- setClassLoader(ClassLoader) - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Sets the classloader to be used by underlying implementations.
- setContextPath(List<String>) - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Sets the list of paths that implementations can search in order to find binding information.
- setHandler(ValidationEventHandler) - Method in interface org.codice.ddf.parser.ParserConfigurator
-
Sets XML-specific validation handler.
U
- unmarshal(ParserConfigurator, Class<? extends T>, InputStream) - Method in interface org.codice.ddf.parser.Parser
-
Converts a representation of an object graph into an instance of type
T. - unmarshal(ParserConfigurator, Class<? extends T>, Source) - Method in interface org.codice.ddf.parser.Parser
-
Converts a representation of an object graph into an instance of type
T. - unmarshal(ParserConfigurator, Class<? extends T>, Node) - Method in interface org.codice.ddf.parser.Parser
-
Converts a representation of an object graph into an instance of type
T.
All Classes and Interfaces|All Packages|Serialized Form