org.apache.ws.jaxme

Interface JMMarshaller

All Superinterfaces:
Marshaller
Known Implementing Classes:
JMMarshallerImpl

public interface JMMarshaller
extends Marshaller

JaxMe's private extension of a JAXB Marshaller.
Version:
$Id: JMMarshaller.java 231785 2004-02-17 00:39:59 +0100 (Di, 17 Feb 2004) jochen $
Author:
Jochen Wiedmann

Fields inherited from interface javax.xml.bind.Marshaller

JAXB_ENCODING, JAXB_FORMATTED_OUTPUT, JAXB_NO_NAMESPACE_SCHEMA_LOCATION, JAXB_SCHEMA_LOCATION

Method Summary

DatatypeConverterInterface
getDatatypeConverter()
Returns the DatatypeConverterInterface.
JAXBContextImpl
getJAXBContextImpl()
Returns the JAXBContext that created this marshaller.
void
setJAXBContextImpl(JAXBContextImpl pContext)
Sets the JAXBContext that created this marshaller.

Methods inherited from interface javax.xml.bind.Marshaller

getEventHandler, getNode, getProperty, marshal, marshal, marshal, marshal, marshal, setEventHandler, setProperty

Method Details

getDatatypeConverter

public DatatypeConverterInterface getDatatypeConverter()

getJAXBContextImpl

public JAXBContextImpl getJAXBContextImpl()
Returns the JAXBContext that created this marshaller.

setJAXBContextImpl

public void setJAXBContextImpl(JAXBContextImpl pContext)
Sets the JAXBContext that created this marshaller.