org.apache.ws.jaxme.impl
Class JMControllerImpl

java.lang.Object
  extended byorg.apache.ws.jaxme.impl.JMControllerImpl
Direct Known Subclasses:
JMMarshallerImpl, JMUnmarshallerImpl, JMValidatorImpl

public class JMControllerImpl
extends java.lang.Object

Common subclass for JMMarshallerImpl, JMUnmarshallerImpl and JMValidatorImpl.

Version:
$Id: JMControllerImpl.java,v 1.1 2003/09/23 12:34:49 jochen Exp $
Author:
Jochen Wiedmann

Field Summary
protected  ValidationEventHandler eventHandler
           
static java.lang.String JAXME_DATATYPE_CONVERTER
          Name of the property for setting the DatatypeConverterInterface: "jaxme.datatypeConverter"
static java.lang.String JAXME_PRIVATE
          Property prefix for users private settings: "jaxme.private."; if a property name starts with this prefix, then the property value is stored in an internal Map.
 
Constructor Summary
JMControllerImpl()
           
 
Method Summary
 DatatypeConverterInterface getDatatypeConverter()
           
 ValidationEventHandler getEventHandler()
           
 JAXBContextImpl getJAXBContextImpl()
           
 java.lang.Object getProperty(java.lang.String pProperty)
           
 void setDatatypeConverter(DatatypeConverterInterface pConverter)
           
 void setEventHandler(ValidationEventHandler pEventHandler)
           
 void setJAXBContextImpl(JAXBContextImpl pContext)
           
 void setProperty(java.lang.String pProperty, java.lang.Object pValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAXME_PRIVATE

public static final java.lang.String JAXME_PRIVATE

Property prefix for users private settings: "jaxme.private."; if a property name starts with this prefix, then the property value is stored in an internal Map.

See Also:
Constant Field Values

JAXME_DATATYPE_CONVERTER

public static final java.lang.String JAXME_DATATYPE_CONVERTER

Name of the property for setting the DatatypeConverterInterface: "jaxme.datatypeConverter"

See Also:
Constant Field Values

eventHandler

protected ValidationEventHandler eventHandler
Constructor Detail

JMControllerImpl

public JMControllerImpl()
Method Detail

setProperty

public void setProperty(java.lang.String pProperty,
                        java.lang.Object pValue)
                 throws PropertyException
Throws:
PropertyException

getProperty

public java.lang.Object getProperty(java.lang.String pProperty)
                             throws PropertyException
Throws:
PropertyException

getEventHandler

public ValidationEventHandler getEventHandler()

setEventHandler

public void setEventHandler(ValidationEventHandler pEventHandler)

setJAXBContextImpl

public void setJAXBContextImpl(JAXBContextImpl pContext)

getJAXBContextImpl

public JAXBContextImpl getJAXBContextImpl()

setDatatypeConverter

public void setDatatypeConverter(DatatypeConverterInterface pConverter)

getDatatypeConverter

public DatatypeConverterInterface getDatatypeConverter()