org.ow2.orchestra.util
Class DocumentProxy

java.lang.Object
  extended by org.ow2.orchestra.util.DocumentProxy
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class DocumentProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
DocumentProxy(java.lang.String documentAsString)
           
 
Method Summary
 java.lang.String getDocumentAsString()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 boolean isInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentProxy

public DocumentProxy(java.lang.String documentAsString)
Method Detail

getDocumentAsString

public java.lang.String getDocumentAsString()
Returns:
the documentAsString

isInitialized

public boolean isInitialized()

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 2010 OW2 Consortium. All Rights Reserved.