com.wewebu.ow.server.ecmimpl.cmis.cross
Class OwCMISCrossInvocationHandler
java.lang.Object
com.wewebu.ow.server.ecmimpl.cmis.cross.OwCMISCrossInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class OwCMISCrossInvocationHandler
- extends Object
- implements InvocationHandler
Network and property mapping Proxy
based handler.
In cross network scenario object , object classes and property with their
classes must select/replace network parameters and perform property mapping at call time.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
- Since:
- 4.0.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwCMISCrossInvocationHandler
public OwCMISCrossInvocationHandler(OwCMISCrossNetwork crossNetwork_p,
com.wewebu.ow.server.ecm.OwCrossMappings mappings_p,
Object object_p,
String serverResourceID_p)
call
public static Object call(OwCMISCrossInvocationHandler.CrossCall call,
String callClientResourceID)
throws Exception
- Throws:
Exception
createCrossNetworkObject
public static <O> O createCrossNetworkObject(OwCMISCrossNetwork network_p,
com.wewebu.ow.server.ecm.OwCrossMappings mappings_p,
O object_p,
String serverResourceID_p)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.