public class

SiebelBusServiceConnectorMetadataAdapater

extends SiebelBusServiceConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.siebel.SiebelBusServiceConnector
     ↳ org.mule.modules.siebel.adapters.SiebelBusServiceConnectorCapabilitiesAdapter
       ↳ org.mule.modules.siebel.adapters.SiebelBusServiceConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A SiebelBusServiceConnectorMetadataAdapater is a wrapper around SiebelBusServiceConnector that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Fields
From class org.mule.modules.siebel.SiebelBusServiceConnector
Public Constructors
SiebelBusServiceConnectorMetadataAdapater()
Public Methods
String getDevkitBuild()
Returns the build of the DevKit used to create this module
String getDevkitVersion()
Returns the version of the DevKit used to create this module
String getModuleName()
Returns the user-friendly name of this module
String getModuleVersion()
Returns the version of this module
[Expand]
Inherited Methods
From class org.mule.modules.siebel.adapters.SiebelBusServiceConnectorCapabilitiesAdapter
From class org.mule.modules.siebel.SiebelBusServiceConnector
From class java.lang.Object
From interface org.mule.modules.siebel.basic.Capabilities
From interface org.mule.modules.siebel.basic.MetadataAware

Constants

private static final String DEVKIT_BUILD

Constant Value: "3.4.x-multi-connector.1599.47b329e"

private static final String DEVKIT_VERSION

Constant Value: "3.4.2-SNAPSHOT"

private static final String MODULE_NAME

Constant Value: "Oracle Siebel Business Services"

private static final String MODULE_VERSION

Constant Value: "1.0.0"

Public Constructors

public SiebelBusServiceConnectorMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

Returns the build of the DevKit used to create this module

public String getDevkitVersion ()

Returns the version of the DevKit used to create this module

public String getModuleName ()

Returns the user-friendly name of this module

public String getModuleVersion ()

Returns the version of this module