Class JAXBUtil
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.util.JAXBUtil
-
public class JAXBUtil extends Object
- Author:
- [email protected]
-
-
Field Summary
Fields Modifier and Type Field Description static WSSNamespacePrefixMapper
prefixMapper11
static WSSNamespacePrefixMapper
prefixMapper12
-
Constructor Summary
Constructors Constructor Description JAXBUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.xml.bind.Marshaller
createMarshaller(SOAPVersion soapVersion)
static jakarta.xml.bind.JAXBContext
getCustomIdentityJAXBContext()
static jakarta.xml.bind.JAXBContext
getJAXBContext()
static jakarta.xml.bind.JAXBContext
getSEIJAXBContext()
static void
setSEIJAXBContext(jakarta.xml.bind.JAXBContext context)
-
-
-
Field Detail
-
prefixMapper11
public static final WSSNamespacePrefixMapper prefixMapper11
-
prefixMapper12
public static final WSSNamespacePrefixMapper prefixMapper12
-
-
Method Detail
-
getCustomIdentityJAXBContext
public static jakarta.xml.bind.JAXBContext getCustomIdentityJAXBContext()
-
getJAXBContext
public static jakarta.xml.bind.JAXBContext getJAXBContext()
-
createMarshaller
public static jakarta.xml.bind.Marshaller createMarshaller(SOAPVersion soapVersion) throws jakarta.xml.bind.JAXBException
- Throws:
jakarta.xml.bind.JAXBException
-
setSEIJAXBContext
public static void setSEIJAXBContext(jakarta.xml.bind.JAXBContext context)
-
getSEIJAXBContext
public static jakarta.xml.bind.JAXBContext getSEIJAXBContext()
-
-