com.sun.xml.ws.security.opt.impl.util
Class JAXBUtil

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.util.JAXBUtil

public class JAXBUtil
extends java.lang.Object

Author:
K.Venugopal@sun.com

Field Summary
static WSSNamespacePrefixMapper prefixMapper11
           
static WSSNamespacePrefixMapper prefixMapper12
           
 
Constructor Summary
JAXBUtil()
           
 
Method Summary
static javax.xml.bind.Marshaller createMarshaller(com.sun.xml.ws.api.SOAPVersion soapVersion)
           
static javax.xml.bind.JAXBContext getCustomIdentityJAXBContext()
           
static javax.xml.bind.JAXBContext getJAXBContext()
           
static javax.xml.bind.JAXBContext getSEIJAXBContext()
           
static void setSEIJAXBContext(javax.xml.bind.JAXBContext context)
           
 
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

JAXBUtil

public JAXBUtil()
Method Detail

getCustomIdentityJAXBContext

public static javax.xml.bind.JAXBContext getCustomIdentityJAXBContext()

getJAXBContext

public static javax.xml.bind.JAXBContext getJAXBContext()

createMarshaller

public static javax.xml.bind.Marshaller createMarshaller(com.sun.xml.ws.api.SOAPVersion soapVersion)
                                                  throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

setSEIJAXBContext

public static void setSEIJAXBContext(javax.xml.bind.JAXBContext context)

getSEIJAXBContext

public static javax.xml.bind.JAXBContext getSEIJAXBContext()


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