public interface Processor extends Component
Modifier and Type | Field and Description |
---|---|
static String |
COMPID_PROCESSOR |
Modifier and Type | Method and Description |
---|---|
List<ActiveModule> |
getActiveModules() |
List<ProcessorModule> |
getModules() |
void |
handle(String action,
Message msg,
Map<Object,Object> options) |
void |
startActiveModules() |
void |
stopActiveModules() |
destroy, getName, getParameters, getSession, init
static final String COMPID_PROCESSOR
void handle(String action, Message msg, Map<Object,Object> options) throws OpenAS2Exception
OpenAS2Exception
List<ProcessorModule> getModules()
void startActiveModules() throws OpenAS2Exception
OpenAS2Exception
void stopActiveModules() throws OpenAS2Exception
OpenAS2Exception
List<ActiveModule> getActiveModules()
Copyright © 2017. All rights reserved.