| Package | Description |
|---|---|
| org.processmining.operationalsupport.protocol |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolHelper.Type |
ProtocolHelper.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolHelper.Type[] |
ProtocolHelper.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Message(java.lang.String protocol,
java.lang.String version,
java.lang.String method,
boolean httpish,
ProtocolHelper.Type type) |
Message(java.lang.String protocol,
java.lang.String version,
java.lang.String method,
java.lang.String parameters,
boolean httpish,
ProtocolHelper.Type type) |