org.codehaus.wadi.servicespace
Interface ServiceProxyFactory

All Known Implementing Classes:
CGLIBServiceProxyFactory

public interface ServiceProxyFactory

Version:
$Revision: 1538 $

Method Summary
 java.lang.Class[] getInterfaces()
           
 InvocationMetaData getInvocationMetaData()
           
 ServiceProxy getProxy()
           
 ServiceName getTargetServiceName()
           
 

Method Detail

getTargetServiceName

ServiceName getTargetServiceName()

getInterfaces

java.lang.Class[] getInterfaces()

getInvocationMetaData

InvocationMetaData getInvocationMetaData()

getProxy

ServiceProxy getProxy()


Copyright © 2008. All Rights Reserved.