org.logicblaze.lingo
Interface MetadataStrategy

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleMetadataStrategy

public interface MetadataStrategy
extends Serializable

Represents the metadata strategy used to decide which methods are one-way and which methods have parameters which should not be serialised etc.

Version:
$Revision: 1.1 $

Method Summary
 MethodMetadata getMethodMetadata(Method method)
          Generates the method specific metadata for the given method invocation
 

Method Detail

getMethodMetadata

public MethodMetadata getMethodMetadata(Method method)
Generates the method specific metadata for the given method invocation



Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.