public class CertPublisherFactoryRegister extends Object
| Constructor and Description |
|---|
CertPublisherFactoryRegister() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindService(CertPublisherFactory service) |
boolean |
canCreatePublisher(String type)
Whether publisher of given type can be created.
|
Set<String> |
getSupportedTypes()
Retrieves the types of supported publishers.
|
CertPublisher |
newPublisher(String type)
Create new publisher of given type.
|
void |
registFactory(CertPublisherFactory factory) |
void |
unbindService(CertPublisherFactory service) |
void |
unregistFactory(CertPublisherFactory factory) |
public boolean canCreatePublisher(String type)
type - Type of the publisher. Must not be null.public CertPublisher newPublisher(String type) throws org.xipki.util.ObjectCreationException
type - Type of the publisher. Must not be null.org.xipki.util.ObjectCreationException - if publisher could not be created.public Set<String> getSupportedTypes()
null.public void bindService(CertPublisherFactory service)
public void registFactory(CertPublisherFactory factory)
public void unbindService(CertPublisherFactory service)
public void unregistFactory(CertPublisherFactory factory)
Copyright © 2019. All rights reserved.