|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.moxy.xml.MoxyXmlFeature
public class MoxyXmlFeature
Feature used to register MOXy XML providers.
| Constructor Summary | |
|---|---|
MoxyXmlFeature()
Default constructor creates standard JAXBContext without any activated features
and properties. |
|
MoxyXmlFeature(Class<?>... classes)
Constructor which allows MOXy JAXBContext customization. |
|
MoxyXmlFeature(Map<String,Object> properties,
ClassLoader classLoader,
boolean oxmMappingLookup,
Class... classes)
Constructor which allows MOXy JAXBContext customization. |
|
| Method Summary | |
|---|---|
boolean |
configure(javax.ws.rs.core.FeatureContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MoxyXmlFeature()
JAXBContext without any activated features
and properties. Current context ClassLoader will be used.
public MoxyXmlFeature(Class<?>... classes)
JAXBContext customization.
classes - additional classes used for creating JAXBContext.
public MoxyXmlFeature(Map<String,Object> properties,
ClassLoader classLoader,
boolean oxmMappingLookup,
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 |
|---|
public boolean configure(javax.ws.rs.core.FeatureContext context)
configure in interface javax.ws.rs.core.Feature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||