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

JMUnmarshaller getUnmarshaller()

Returns the Unmarshaller controlling the unmarshalling process.


getFactory

JAXBContextImpl getFactory()

Returns the object factory used to create new objects.


getAtomicHandler

JMHandler getAtomicHandler()

Returns a ContentHandler used to parse an elements contents.


getDatatypeConverter

DatatypeConverterInterface getDatatypeConverter()

Returns the DatatypeConverterInterface.


getNamespaceContext

NamespaceSupport getNamespaceContext()

Returns the NamespaceContext.