com.sun.xml.wss.saml.util
Class SAML20JAXBUtil

java.lang.Object
  extended by com.sun.xml.wss.saml.util.SAML20JAXBUtil

public class SAML20JAXBUtil
extends Object

Author:
root

Field Summary
static WSSNamespacePrefixMapper prefixMapper11
           
static WSSNamespacePrefixMapper prefixMapper12
           
 
Constructor Summary
SAML20JAXBUtil()
           
 
Method Summary
static JAXBContext getJAXBContext()
           
static JAXBContext getJAXBContext(String namespaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefixMapper11

public static final WSSNamespacePrefixMapper prefixMapper11

prefixMapper12

public static final WSSNamespacePrefixMapper prefixMapper12
Constructor Detail

SAML20JAXBUtil

public SAML20JAXBUtil()
Method Detail

getJAXBContext

public static JAXBContext getJAXBContext()

getJAXBContext

public static JAXBContext getJAXBContext(String namespaces)
                                  throws JAXBException
Parameters:
namespace - list of ":" separated namespaces to be used to create the JAXBContext
Returns:
JAXBContext initialized with the namespaces
Throws:
JAXBException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.