Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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
abstract  java.lang.String getNetworkProtocol()
          Gives a descriptive name for the supported network protocol.
abstract  ServiceType getServiceType()
          The plug-in must return its service type.
abstract  java.lang.String[] getSupportedSchemes()
          Gets the supported address schemes.
 

Method Detail

getNetworkProtocol

public java.lang.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 java.lang.String[] getSupportedSchemes()
Gets the supported address schemes. For example, "tel" or "sip".

Returns:
Supported schemes.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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