public static class VersionTransformer.Names200408 extends Object
Modifier and Type | Field and Description |
---|---|
static Class<EndpointReferenceType> |
EPR_TYPE |
static String |
WSA_ANONYMOUS_ADDRESS |
static String |
WSA_NAMESPACE_NAME |
static String |
WSA_NONE_ADDRESS |
static ObjectFactory |
WSA_OBJECT_FACTORY |
Modifier | Constructor and Description |
---|---|
protected |
VersionTransformer.Names200408() |
Modifier and Type | Method and Description |
---|---|
static javax.xml.bind.JAXBContext |
getJAXBContext()
Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated
types for the 2004/08 version.
|
static void |
setJAXBContext(javax.xml.bind.JAXBContext ctx)
Set the encapsulated JAXBContext (used by unit tests).
|
public static final String WSA_NAMESPACE_NAME
public static final String WSA_ANONYMOUS_ADDRESS
public static final String WSA_NONE_ADDRESS
public static final ObjectFactory WSA_OBJECT_FACTORY
public static final Class<EndpointReferenceType> EPR_TYPE
public static javax.xml.bind.JAXBContext getJAXBContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static void setJAXBContext(javax.xml.bind.JAXBContext ctx) throws javax.xml.bind.JAXBException
ctx
- JAXBContextjavax.xml.bind.JAXBException
Apache CXF