Uses of Class
co.ecg.alpaca.toolkit.messaging.request.Request.Protocol
-
Packages that use Request.Protocol Package Description co.ecg.alpaca.toolkit.messaging.request -
-
Uses of Request.Protocol in co.ecg.alpaca.toolkit.messaging.request
Methods in co.ecg.alpaca.toolkit.messaging.request that return Request.Protocol Modifier and Type Method Description Request.ProtocolRequest. getOCSProtocol()Get the OCS protocolRequest.ProtocolRequestBundle. getOCSProtocol()Get the OCS protocolstatic Request.ProtocolRequest.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Request.Protocol[]Request.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.ecg.alpaca.toolkit.messaging.request with parameters of type Request.Protocol Modifier and Type Method Description voidRequestBundle. createDocument(BroadWorksServer broadWorksServer, Request.Protocol protocol)Creates the XML DOM Document for this request bundle.Constructors in co.ecg.alpaca.toolkit.messaging.request with parameters of type Request.Protocol Constructor Description Request(BroadWorksServer broadWorksServer, String commandType, Class<T> clazz, Request.Protocol protocol)The Default Request Constructor.
-