Package com.sun.xml.wss.saml.util
Class SAML20JAXBUtil
java.lang.Object
com.sun.xml.wss.saml.util.SAML20JAXBUtil
- Author:
- root
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WSSNamespacePrefixMapperstatic final WSSNamespacePrefixMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.xml.bind.JAXBContextstatic javax.xml.bind.JAXBContextgetJAXBContext(String namespaces)
-
Field Details
-
prefixMapper11
-
prefixMapper12
-
-
Constructor Details
-
SAML20JAXBUtil
public SAML20JAXBUtil()
-
-
Method Details
-
getJAXBContext
public static javax.xml.bind.JAXBContext getJAXBContext() -
getJAXBContext
public static javax.xml.bind.JAXBContext getJAXBContext(String namespaces) throws javax.xml.bind.JAXBException - Parameters:
namespaces- list of ":" separated namespaces to be used to create the JAXBContext- Returns:
- JAXBContext initialized with the namespaces
- Throws:
javax.xml.bind.JAXBException
-