org.apache.cxf.xkms.service
Class CertificateRepoProxyFactory

java.lang.Object
  extended by org.apache.cxf.xkms.service.CertificateRepoProxyFactory

public class CertificateRepoProxyFactory
extends Object


Constructor Summary
CertificateRepoProxyFactory(Class<?> serviceInterface, String filterSt, org.osgi.framework.BundleContext context)
           
 
Method Summary
 void close()
           
 org.apache.cxf.xkms.x509.repo.CertificateRepo create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateRepoProxyFactory

public CertificateRepoProxyFactory(Class<?> serviceInterface,
                                   String filterSt,
                                   org.osgi.framework.BundleContext context)
Method Detail

create

public org.apache.cxf.xkms.x509.repo.CertificateRepo create()

close

public void close()


Apache CXF