Package | Description |
---|---|
com.bea.wcp.diameter |
The Diameter base protocol API.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericMessageFactory
Generic message factory.
|
Modifier and Type | Method and Description |
---|---|
MessageFactory |
Command.getFactory()
Returns the MessageFactory for this command, or null if none.
|
Modifier and Type | Method and Description |
---|---|
static Command |
Command.define(int code,
int appId,
String name,
boolean isRequest,
boolean isProxiable,
MessageFactory factory)
Defines a new Command.
|
static Command |
Command.define(int code,
String name,
boolean isRequest,
boolean isProxiable,
MessageFactory factory)
Deprecated.
Use the method with appId instead
|