Package | Description |
---|---|
org.openas2.logging | |
org.openas2.mail | |
org.openas2.params |
Modifier and Type | Method and Description |
---|---|
protected ParameterParser |
EmailLogger.createParser() |
protected ParameterParser |
FileLogger.createParser() |
Modifier and Type | Method and Description |
---|---|
protected ParameterParser |
EmailSender.createParser() |
Modifier and Type | Class and Description |
---|---|
class |
ComponentParameters |
class |
CompositeParameters |
class |
DateParameters |
class |
ExceptionParameters |
class |
MessageMDNParameters |
class |
MessageParameters |
class |
RandomParameters |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ParameterParser> |
CompositeParameters.getParameterParsers() |
Modifier and Type | Method and Description |
---|---|
CompositeParameters |
CompositeParameters.add(String key,
ParameterParser param) |
static String |
ParameterParser.parse(String format,
ParameterParser parser)
Static way (why?) of getting at format method.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeParameters.setParameterParsers(Map<String,ParameterParser> parameterParsers) |
Constructor and Description |
---|
CompositeParameters(boolean ignoreMissingParsers,
Map<String,ParameterParser> parameterParsers) |
Copyright © 2018. All rights reserved.