Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.protocol
Annotation Type ProtocolDescription.Tag


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface ProtocolDescription.Tag

Indicates protocol and SDK name of protocol class.


Required Element Summary
 java.lang.String protocolName
          Name of indicated protocol.
 java.lang.String sdkName
          Name of SDK which indicated protocol belongs to.
 

Element Detail

sdkName

public abstract java.lang.String sdkName
Name of SDK which indicated protocol belongs to.

Returns:
SDK name

protocolName

public abstract java.lang.String protocolName
Name of indicated protocol.

Returns:
protocol name

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.