SOAj Consolidated


info.soaj.world.plugin
Class SjPluginSimpleWorld

java.lang.Object
  extended by info.soaj.core.plugin.SjBasePlugin
      extended by info.soaj.world.plugin.SjPluginSimpleWorld
All Implemented Interfaces:
java.io.Serializable

public class SjPluginSimpleWorld
extends SjBasePlugin

This SOAj plugin supports 'hello worlding'.

See SjBasePlugin for plugin pattern details.

Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com .

Since:
v. 1.2
Author:
MarvinToll@gtcGroup.com
See Also:
Serialized Form

Field Summary
private static java.lang.String CLASS_NAME
          Class name.
private static long serialVersionUID
          UID
 
Constructor Summary
SjPluginSimpleWorld(SjPopulatedPluginKey populatedPluginKey)
          Constructor - protected
 
Method Summary
 SjBaseMetadata createPluginMetadataCB()
          This method
 boolean echo(java.lang.String greeting)
          This class logs a message.
 
Methods inherited from class info.soaj.core.plugin.SjBasePlugin
getPluginMetadata, getPluginProperties, getPopulatedPluginKey, initCB, verifyCB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
UID

See Also:
Constant Field Values

CLASS_NAME

private static final java.lang.String CLASS_NAME
Class name.

Constructor Detail

SjPluginSimpleWorld

public SjPluginSimpleWorld(SjPopulatedPluginKey populatedPluginKey)
Constructor - protected

The SOAj plugin pattern enforces instantiation of a plugin via the General Store. Concrete class constructors should be coded as 'protected'.

Parameters:
populatedPluginKey - The 'Key' defined in the descriptor document.
Method Detail

createPluginMetadataCB

public SjBaseMetadata createPluginMetadataCB()
Description copied from class: SjBasePlugin
This method

Specified by:
createPluginMetadataCB in class SjBasePlugin
Returns:
SjBaseMetadata - The wrapper object containing plugin information.
See Also:
SjBasePlugin.createPluginMetadataCB()

echo

public boolean echo(java.lang.String greeting)
This class logs a message.

Parameters:
greeting -
Returns:
boolean

SOAj Consolidated


Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.