org.apache.ws.jaxme
Interface JMHandler.Data

All Known Implementing Classes:
JMHandlerBase.DataImpl
Enclosing interface:
JMHandler

public static interface JMHandler.Data


Method Summary
 JMHandler getAtomicHandler()
          Returns a ContentHandler used to parse an elements contents.
 DatatypeConverterInterface getDatatypeConverter()
          Returns the DatatypeConverterInterface.
 JAXBContextImpl getFactory()
          Returns the object factory used to create new objects.
 NamespaceSupport getNamespaceContext()
          Returns the NamespaceContext.
 JMUnmarshaller getUnmarshaller()
          Returns the Unmarshaller controlling the unmarshalling process.
 

Method Detail

getUnmarshaller

public JMUnmarshaller getUnmarshaller()

Returns the Unmarshaller controlling the unmarshalling process.


getFactory

public JAXBContextImpl getFactory()

Returns the object factory used to create new objects.


getAtomicHandler

public JMHandler getAtomicHandler()

Returns a ContentHandler used to parse an elements contents.


getDatatypeConverter

public DatatypeConverterInterface getDatatypeConverter()

Returns the DatatypeConverterInterface.


getNamespaceContext

public NamespaceSupport getNamespaceContext()

Returns the NamespaceContext.