|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JAXBService
A service to obtain the JAXBContext
| Method Summary | |
|---|---|
JAXBContext |
newJAXBContext(Class<?>... classesToBeBound)
Obtain a new instance of a JAXBContext class. |
JAXBContext |
newJAXBContext(Class<?>[] classesToBeBound,
Map<String,?> props)
Obtain a new instance of a JAXBContext class. |
JAXBContext |
newJAXBContext(String contextPath)
Obtain a new instance of a JAXBContext class. |
JAXBContext |
newJAXBContext(String contextPath,
Map<String,?> props)
Obtain a new instance of a JAXBContext class. |
| Method Detail |
|---|
JAXBContext newJAXBContext(String contextPath)
throws JAXBException
JAXBExceptionJAXBContext#newInstance(String)}
JAXBContext newJAXBContext(String contextPath,
Map<String,?> props)
throws JAXBException
JAXBExceptionJAXBContext#newInstance(String,ClassLoader,Map)}
JAXBContext newJAXBContext(Class<?>... classesToBeBound)
throws JAXBException
JAXBExceptionJAXBContext#newInstance(Class...)}
JAXBContext newJAXBContext(Class<?>[] classesToBeBound,
Map<String,?> props)
throws JAXBException
JAXBExceptionJAXBContext#newInstance(Class[], Map)}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||