org.apache.ws.jaxme.impl
Class JMHandlerBase.DataImpl

java.lang.Object
  extended byorg.apache.ws.jaxme.impl.JMHandlerBase.DataImpl
All Implemented Interfaces:
JMHandler.Data
Enclosing class:
JMHandlerBase

protected class JMHandlerBase.DataImpl
extends java.lang.Object
implements JMHandler.Data


Constructor Summary
JMHandlerBase.DataImpl(JMUnmarshaller pUnmarshaller)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMHandlerBase.DataImpl

public JMHandlerBase.DataImpl(JMUnmarshaller pUnmarshaller)
Method Detail

getUnmarshaller

public JMUnmarshaller getUnmarshaller()
Description copied from interface: JMHandler.Data

Returns the Unmarshaller controlling the unmarshalling process.

Specified by:
getUnmarshaller in interface JMHandler.Data

getFactory

public JAXBContextImpl getFactory()
Description copied from interface: JMHandler.Data

Returns the object factory used to create new objects.

Specified by:
getFactory in interface JMHandler.Data

getAtomicHandler

public JMHandler getAtomicHandler()
Description copied from interface: JMHandler.Data

Returns a ContentHandler used to parse an elements contents.

Specified by:
getAtomicHandler in interface JMHandler.Data

getDatatypeConverter

public DatatypeConverterInterface getDatatypeConverter()
Description copied from interface: JMHandler.Data

Returns the DatatypeConverterInterface.

Specified by:
getDatatypeConverter in interface JMHandler.Data

getNamespaceContext

public NamespaceSupport getNamespaceContext()
Description copied from interface: JMHandler.Data

Returns the NamespaceContext.

Specified by:
getNamespaceContext in interface JMHandler.Data