org.ow2.orchestra.util
Class DocumentProxy

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

public class DocumentProxy
extends Object
implements InvocationHandler


Constructor Summary
DocumentProxy(String documentAsString)
           
 
Method Summary
 String getDocumentAsString()
           
 Object invoke(Object proxy, Method method, 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(String documentAsString)
Method Detail

getDocumentAsString

public String getDocumentAsString()
Returns:
the documentAsString

isInitialized

public boolean isInitialized()

invoke

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


Copyright © 2012 OW2 Consortium. All Rights Reserved.