public static class VersionTransformer.Names200403 extends Object
Modifier and Type | Field and Description |
---|---|
static Class<org.apache.cxf.ws.addressing.v200403.EndpointReferenceType> |
EPR_TYPE |
static String |
WSA_ANONYMOUS_ADDRESS |
static String |
WSA_NAMESPACE_NAME |
static String |
WSA_NONE_ADDRESS |
static org.apache.cxf.ws.addressing.v200403.ObjectFactory |
WSA_OBJECT_FACTORY |
Modifier | Constructor and Description |
---|---|
protected |
Names200403() |
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
getJAXBContext()
Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types for the 2004/08
version.
|
static void |
setJAXBContext(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 org.apache.cxf.ws.addressing.v200403.ObjectFactory WSA_OBJECT_FACTORY
public static final Class<org.apache.cxf.ws.addressing.v200403.EndpointReferenceType> EPR_TYPE
public static JAXBContext getJAXBContext() throws JAXBException
JAXBException
public static void setJAXBContext(JAXBContext ctx) throws JAXBException
ctx
- JAXBContextJAXBException
Apache CXF