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: JMMarshaller.html,v 1.1 2004/07/25 10:45:33 rdonkin Exp $
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

public void setJAXBContextImpl(JAXBContextImpl pContext)

Sets the JAXBContext that created this marshaller.


getJAXBContextImpl

public JAXBContextImpl getJAXBContextImpl()

Returns the JAXBContext that created this marshaller.


getDatatypeConverter

public DatatypeConverterInterface getDatatypeConverter()

Returns the DatatypeConverterInterface.