|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.moxy.xml.MoxyXmlBinder
public class MoxyXmlBinder
Moxy XML injection binder.
| Constructor Summary | |
|---|---|
MoxyXmlBinder()
Default constructor creates standard JAXBContext without any activated features
and properties. |
|
MoxyXmlBinder(java.util.Map<java.lang.String,java.lang.Object> 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.AbstractBinder |
|---|
addActiveDescriptor, addActiveDescriptor, addUnbindFilter, bind, bind, bind, bind, bind, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, commit, install |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MoxyXmlBinder()
JAXBContext without any activated features
and properties. Current context ClassLoader will be used.
public MoxyXmlBinder(java.util.Map<java.lang.String,java.lang.Object> 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). May 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 AbstractBinder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||