|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.remoting.protocol.jaxws.AbstractJaxwsJaxbContextHandler
public abstract class AbstractJaxwsJaxbContextHandler
Baseclass for the JAXB context handlers, implementing some common functionalities.
| Field Summary | |
|---|---|
protected static String |
CONTEXT_ELEMENT_NAME
Name of the element in the header containing the context. |
protected static org.jdom.Namespace |
CONTEXT_NAMESPACE
Name of the namespace of the element containing the context. |
| Constructor Summary | |
|---|---|
AbstractJaxwsJaxbContextHandler(JAXBContext jaxbContext)
Creates a new hander with a context. |
|
| Method Summary | |
|---|---|
protected JAXBContext |
getJaxbContext()
Get a JaxbContext. |
protected abstract org.slf4j.Logger |
getLogger()
Get the logger for this class. |
protected Marshaller |
getMarshaller()
Convenience method to get a marshaller. |
protected Unmarshaller |
getUnmarshaller()
Convenience method to get an unmarshaller. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.ws.handler.soap.SOAPHandler |
|---|
getHeaders |
| Methods inherited from interface javax.xml.ws.handler.Handler |
|---|
close, handleFault, handleMessage |
| Field Detail |
|---|
protected static final String CONTEXT_ELEMENT_NAME
protected static final org.jdom.Namespace CONTEXT_NAMESPACE
| Constructor Detail |
|---|
public AbstractJaxwsJaxbContextHandler(JAXBContext jaxbContext)
jaxbContext - The JAXBContext to serialize the context| Method Detail |
|---|
protected JAXBContext getJaxbContext()
protected Marshaller getMarshaller()
protected Unmarshaller getUnmarshaller()
protected abstract org.slf4j.Logger getLogger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||