public class CertPublisherFactoryRegisterImpl extends Object implements CertPublisherFactoryRegister
| Constructor and Description |
|---|
CertPublisherFactoryRegisterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindService(CertPublisherFactory service) |
boolean |
canCreatePublisher(String type)
TODO.
|
Set<String> |
getSupportedTypes()
Retrieves the types of supported publishers.
|
CertPublisher |
newPublisher(String type)
TODO.
|
void |
unbindService(CertPublisherFactory service) |
public boolean canCreatePublisher(String type)
CertPublisherFactoryRegistercanCreatePublisher in interface CertPublisherFactoryRegistertype - Type of the publisher. Must not be null.public CertPublisher newPublisher(String type) throws org.xipki.util.ObjectCreationException
CertPublisherFactoryRegisternewPublisher in interface CertPublisherFactoryRegistertype - Type of the publisher. Must not be null.org.xipki.util.ObjectCreationException - if publisher could not be created.public Set<String> getSupportedTypes()
CertPublisherFactoryRegistergetSupportedTypes in interface CertPublisherFactoryRegisternull.public void bindService(CertPublisherFactory service)
public void unbindService(CertPublisherFactory service)
Copyright © 2018. All rights reserved.