Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


com.bea.wlcp.wlng.api.plugin
Interface PluginService

All Known Subinterfaces:
ManagedPluginService
All Known Implementing Classes:
AbstractManagedPlugin

public interface PluginService

Defines a plug-in service.


Method Summary
 String getNetworkProtocol()
          Gives a descriptive name for the supported network protocol.
 ServiceType getServiceType()
          The plug-in must return its service type.
 String[] getSupportedSchemes()
          Gets the supported address schemes.

 

Method Detail

getNetworkProtocol

public String getNetworkProtocol()
Gives a descriptive name for the supported network protocol. For example, "SMPP v3.4".
Returns:
The supported network protocol.

getServiceType

public ServiceType getServiceType()
The plug-in must return its service type. It is used when registering the plug-in with the plug-in manager.
Returns:
The service type

getSupportedSchemes

public String[] getSupportedSchemes()
Gets the supported address schemes. For example, "tel" or "sip".
Returns:
Supported schemes.

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.