|
|||||||||
| 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 | |
|---|---|
javax.xml.bind.JAXBContext |
newJAXBContext(java.lang.Class<?>... classesToBeBound)
Obtain a new instance of a JAXBContext class. |
javax.xml.bind.JAXBContext |
newJAXBContext(java.lang.Class<?>[] classesToBeBound,
java.util.Map<java.lang.String,?> props)
Obtain a new instance of a JAXBContext class. |
javax.xml.bind.JAXBContext |
newJAXBContext(java.lang.String contextPath)
Obtain a new instance of a JAXBContext class. |
javax.xml.bind.JAXBContext |
newJAXBContext(java.lang.String contextPath,
java.util.Map<java.lang.String,?> props)
Obtain a new instance of a JAXBContext class. |
| Method Detail |
|---|
javax.xml.bind.JAXBContext newJAXBContext(java.lang.String contextPath)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionJAXBContext#newInstance(String)}
javax.xml.bind.JAXBContext newJAXBContext(java.lang.String contextPath,
java.util.Map<java.lang.String,?> props)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionJAXBContext#newInstance(String,ClassLoader,Map)}
javax.xml.bind.JAXBContext newJAXBContext(java.lang.Class<?>... classesToBeBound)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionJAXBContext#newInstance(Class...)}
javax.xml.bind.JAXBContext newJAXBContext(java.lang.Class<?>[] classesToBeBound,
java.util.Map<java.lang.String,?> props)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionJAXBContext#newInstance(Class[], Map)}
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||