|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.addressing.datatypes.impl.WsaJAXBContext
public final class WsaJAXBContext
| Field Summary | |
|---|---|
static ObjectFactory |
WSA_FACTORY
JAXB's ObjectFactories |
| Method Summary | |
|---|---|
void |
addNsAndPrefixMapping(java.lang.String[] nsAndPref)
add custom Prefix/Namesapce mapping Instead of default one which used the default prefix notation : "ns[an_integer]" |
javax.xml.bind.Marshaller |
createWSAddressingMarshaller()
Create an instance of {@code} from the
current JAXBContext object |
javax.xml.bind.Unmarshaller |
createWSAddressingUnmarshaller()
Create an instance of {@code} from the
current JAXBContext object |
static WsaJAXBContext |
getInstance()
Return an unique - respect to the Singleton design pattern - instance of the WsaJAXBContext class. |
static WsaJAXBContext |
getInstance(java.lang.String[] nsAndPrefixForMarshalling)
Return an unique - respect to the Singleton design pattern - instance of the WSResourceWriter class. |
javax.xml.bind.JAXBContext |
getJaxbContext()
jaxbContext attribute getter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ObjectFactory WSA_FACTORY
| Method Detail |
|---|
public static WsaJAXBContext getInstance()
WsaJAXBContext class.
WsaJAXBContext instance.public static WsaJAXBContext getInstance(java.lang.String[] nsAndPrefixForMarshalling)
WSResourceWriter class.
public javax.xml.bind.JAXBContext getJaxbContext()
JAXBContext- attribute valuepublic void addNsAndPrefixMapping(java.lang.String[] nsAndPref)
nsAndPref -
public javax.xml.bind.Marshaller createWSAddressingMarshaller()
throws javax.xml.bind.JAXBException
{@code} from the
current JAXBContext object
Marshaller object
javax.xml.bind.JAXBException
public javax.xml.bind.Unmarshaller createWSAddressingUnmarshaller()
throws javax.xml.bind.JAXBException
{@code} from the
current JAXBContext object
Unmarshaller object
javax.xml.bind.JAXBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||