org.ow2.orchestra.util
Class DocumentProxy
java.lang.Object
org.ow2.orchestra.util.DocumentProxy
- All Implemented Interfaces:
- InvocationHandler
public class DocumentProxy
- extends Object
- implements InvocationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentProxy
public DocumentProxy(String documentAsString)
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 © 2011 OW2 Consortium. All Rights Reserved.