|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationJAXBContext
public class WSNotificationJAXBContext
This class is a "link" between JAXB generated classes and its upper API. It provides the JAXB context object used to get Unmarshaller/Marshaller Object. See EASYWSDL Library for more details since it follow the same JAXB usage model.
| Field Summary | |
|---|---|
static ObjectFactory |
wsnbFactory
JAXB's ObjectFactories |
static ObjectFactory |
wsnbrFactory
|
static ObjectFactory |
wstopFactory
|
| Constructor Summary | |
|---|---|
WSNotificationJAXBContext()
|
|
| 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 |
createWSNotificationMarshaller()
Create an instance of {@code} from the
current JAXBContext object
TODO ofabre make marshaller thread local variable |
javax.xml.bind.Unmarshaller |
createWSNotificationUnmarshaller()
Create an instance of {@code} from the
current JAXBContext object |
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 ObjectFactory wsnbFactory
public static ObjectFactory wsnbrFactory
public static ObjectFactory wstopFactory
| Constructor Detail |
|---|
public WSNotificationJAXBContext()
| Method Detail |
|---|
public javax.xml.bind.JAXBContext getJaxbContext()
JAXBContext- attribute valuepublic void addNsAndPrefixMapping(java.lang.String[] nsAndPref)
nsAndPref -
public javax.xml.bind.Marshaller createWSNotificationMarshaller()
throws javax.xml.bind.JAXBException
{@code} from the
current JAXBContext object
TODO ofabre make marshaller thread local variable
Marshaller object
javax.xml.bind.JAXBExceptionpublic javax.xml.bind.Unmarshaller createWSNotificationUnmarshaller()
{@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 | |||||||||