|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.internal.inject.AbstractModule
org.glassfish.jersey.media.xml.XmlMoxyModule
public class XmlMoxyModule
| Constructor Summary | |
|---|---|
XmlMoxyModule()
Default constructor creates standard JAXBContext without any activated features
and properties. |
|
XmlMoxyModule(java.util.Map properties,
java.lang.ClassLoader classLoader,
boolean oxmMappingLookup,
java.lang.Class... classes)
Constructor which allows MOXy JAXBContext customization. |
|
| Method Summary | |
|---|---|
protected void |
configure()
|
| Methods inherited from class org.glassfish.jersey.internal.inject.AbstractModule |
|---|
addActiveDescriptor, addActiveDescriptor, addUnbindFilter, bind, bind, bind, commit, install |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlMoxyModule()
JAXBContext without any activated features
and properties. Current context ClassLoader will be used.
public XmlMoxyModule(java.util.Map properties,
java.lang.ClassLoader classLoader,
boolean oxmMappingLookup,
java.lang.Class... classes)
JAXBContext customization.
properties - properties to be passed to JAXBContextFactory.createContext(Class[], java.util.Map, ClassLoader). Can be null.classLoader - will be used to load classes. If null, current context ClassLoader will be used.oxmMappingLookup - if true, lookup for file with custom mappings will be performed.classes - additional classes used for creating JAXBContext.| Method Detail |
|---|
protected void configure()
configure in class AbstractModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||