org.apache.servicemix.jbi.jaxp
Interface JavaSource

All Superinterfaces:
javax.xml.transform.Source

public interface JavaSource
extends javax.xml.transform.Source

Represents an API to a JAXP Source which is capable of holding on to a POJO

Version:
$Revision: 564374 $

Method Summary
 java.lang.Object getObject()
          Returns the POJO equivalent of the Source
 void setObject(java.lang.Object object)
          Sets the POJO equivalent of the Source
 
Methods inherited from interface javax.xml.transform.Source
getSystemId, setSystemId
 

Method Detail

getObject

java.lang.Object getObject()
Returns the POJO equivalent of the Source


setObject

void setObject(java.lang.Object object)
Sets the POJO equivalent of the Source



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.