Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-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 plugin 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 plugin must return its service type. It is used when registering the plugin with the plugin manager.
Returns:
The service type

getSupportedSchemes

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

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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