org.apache.ws.jaxme
Interface JMMarshaller

All Superinterfaces:
Marshaller
All Known Implementing Classes:
JMMarshallerImpl

public interface JMMarshaller
extends Marshaller

JaxMe's private extension of a JAXB Marshaller.

Version:
$Id$
Author:
Jochen Wiedmann

Field Summary
 
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 Detail

setJAXBContextImpl

void setJAXBContextImpl(JAXBContextImpl pContext)

Sets the JAXBContext that created this marshaller.


getJAXBContextImpl

JAXBContextImpl getJAXBContextImpl()

Returns the JAXBContext that created this marshaller.


getDatatypeConverter

DatatypeConverterInterface getDatatypeConverter()

Returns the DatatypeConverterInterface.