Uses of Interface
com.bea.wcp.diameter.MessageFactory
Packages that use MessageFactory
-
Uses of MessageFactory in com.bea.wcp.diameter
Classes in com.bea.wcp.diameter that implement MessageFactoryMethods in com.bea.wcp.diameter that return MessageFactoryModifier and TypeMethodDescriptionCommand.getFactory()Returns the MessageFactory for this command, or null if none.Methods in com.bea.wcp.diameter with parameters of type MessageFactoryModifier and TypeMethodDescriptionstatic CommandCommand.define(int code, int appId, String name, boolean isRequest, boolean isProxiable, MessageFactory factory) Defines a new Command.static CommandCommand.define(int code, String name, boolean isRequest, boolean isProxiable, MessageFactory factory) Deprecated.Use the method with appId instead