org.apache.ode.jbi.msgmap
Class BaseXmlMapper

java.lang.Object
  extended by org.apache.ode.jbi.msgmap.BaseXmlMapper
Direct Known Subclasses:
DocLitMapper, JbiWsdl11WrapperMapper, ServiceMixMapper

public abstract class BaseXmlMapper
extends java.lang.Object


Field Summary
protected  org.apache.commons.logging.Log __log
           
 
Constructor Summary
protected BaseXmlMapper()
           
 
Method Summary
protected  org.w3c.dom.Document newDocument()
           
protected  org.w3c.dom.Element parse(javax.xml.transform.Source content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__log

protected org.apache.commons.logging.Log __log
Constructor Detail

BaseXmlMapper

protected BaseXmlMapper()
Method Detail

parse

protected org.w3c.dom.Element parse(javax.xml.transform.Source content)
                             throws MessageTranslationException
Throws:
MessageTranslationException

newDocument

protected org.w3c.dom.Document newDocument()