|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.osci.messageparts.JaxbContextHolder
public class JaxbContextHolder
Class to get JAXB context in the OSCI environment.
Copyright © 2010 Freie Hansestadt Bremen.
Created by bremen online services Entwicklungs- und Betriebsgesellschaft mbH & Co. KG.
This library (Starter Kit) can be used by anybody according to the Bremer Lizenz für freie
Softwarebibliotheken. The license terms can be viewed at www.osci.de or can be ordered at the
OSCI-Leitstelle (Die Senatorin für Finanzen, Freie Hansestadt Bremen, Postfach 10 15 40, 28015 Bremen).
Constructor Summary | |
---|---|
JaxbContextHolder()
|
Method Summary | |
---|---|
static javax.xml.bind.JAXBContext |
getAddressingJaxBContext()
Internal method to get the JAXB context to marshal and unmarshal addressing objects. |
static javax.xml.bind.JAXBContext |
getLetterStyleJaxBContext()
Internal method to get the JAXB context to marshal and unmarshal LetterStyle objects. |
static javax.xml.bind.JAXBContext |
getOSCIJaxBContext()
Internal method to get the JAXB context to marshal and unmarshal OSCI objects. |
static javax.xml.bind.JAXBContext |
getTrustJaxBContext()
Internal method to get the JAXB context to marshal and unmarshal WS-Trust objects. |
static javax.xml.bind.JAXBContext |
getXKMSJaxBContext()
Internal method to get the JAXBContext to marshal and unmarshal XKMS objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxbContextHolder()
Method Detail |
---|
public static javax.xml.bind.JAXBContext getTrustJaxBContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
- In case of errors creating the JAXB context.public static javax.xml.bind.JAXBContext getOSCIJaxBContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
- In case of errors creating the JAXB context.public static javax.xml.bind.JAXBContext getXKMSJaxBContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
- In case of errors creating the JAXB context.public static javax.xml.bind.JAXBContext getAddressingJaxBContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
- In case of errors creating the JAXB context.public static javax.xml.bind.JAXBContext getLetterStyleJaxBContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
- In case of errors creating the JAXB context.
|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |