net.sf.crispy.strategy
Class NameSpacePlusMethodInvocationStrategy

java.lang.Object
  extended bynet.sf.crispy.strategy.NameSpacePlusMethodInvocationStrategy
All Implemented Interfaces:
InvocationStrategy

public class NameSpacePlusMethodInvocationStrategy
extends java.lang.Object
implements InvocationStrategy

Example:
namespace (class): test.crispy.example.service.Calculator or const: my_namespace
invocation string = method name: add
convert result: test.crispy.example.service.Calculator.add or convert result: my_namespace.add

Author:
Linke

Field Summary
 
Fields inherited from interface net.sf.crispy.InvocationStrategy
CLASS_NAME, CONST_NAMESPACE, METHOD_NAME, URL
 
Constructor Summary
NameSpacePlusMethodInvocationStrategy()
           
 
Method Summary
 java.lang.Object convert(java.util.Map pvPropertyMap)
          Create a invocation object of different input parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameSpacePlusMethodInvocationStrategy

public NameSpacePlusMethodInvocationStrategy()
Method Detail

convert

public java.lang.Object convert(java.util.Map pvPropertyMap)
Description copied from interface: InvocationStrategy
Create a invocation object of different input parameter.

Specified by:
convert in interface InvocationStrategy
Parameters:
pvPropertyMap - Properties to create the invocation string.
Returns:
The invocation string.


Copyright © 2005-2006 Crispy. All Rights Reserved.