org.ow2.util.ee.metadata.common.api.xml.struct
Interface IAroundInvoke

All Superinterfaces:
Serializable

public interface IAroundInvoke
extends Serializable

Interface used for around-invoke element.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 String getClassName()
           
 String getMethodName()
           
 void setClassName(String className)
          Sets the name of the class.
 void setMethodName(String methodName)
          Sets the name of the method.
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

setClassName

void setClassName(String className)
Sets the name of the class.

Parameters:
className - the name of the class

getClassName

String getClassName()
Returns:
the class value.

setMethodName

void setMethodName(String methodName)
Sets the name of the method.

Parameters:
methodName - the name of the method

getMethodName

String getMethodName()
Returns:
the method name.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.