org.apache.cxf.xkms.service
Class NamedServiceProxy

java.lang.Object
  extended by org.apache.cxf.xkms.service.NamedServiceProxy
All Implemented Interfaces:
InvocationHandler

public class NamedServiceProxy
extends Object
implements InvocationHandler


Constructor Summary
NamedServiceProxy(org.osgi.util.tracker.ServiceTracker tracker, String filter)
           
 
Method Summary
 void close()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedServiceProxy

public NamedServiceProxy(org.osgi.util.tracker.ServiceTracker tracker,
                         String filter)
Method Detail

invoke

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

close

public void close()


Apache CXF