com.xenonsoft.bridgetown.soa.config
Class InvokeMethodConfig

java.lang.Object
  extended bycom.xenonsoft.bridgetown.soa.config.InvokeMethodConfig
All Implemented Interfaces:
java.io.Serializable

public class InvokeMethodConfig
extends java.lang.Object
implements java.io.Serializable

The objects stores the method invocation data after parsing the bridgetown XML configuration file.

This is a configuration class for assembly factories that supports aspect oriented proxies

Version:
$Id: InvokeMethodConfig.java,v 1.5 2005/03/17 02:37:22 peter_pilgrim Exp $
Author:
Peter Pilgrim, 27-Sep-2004 20:08:49
See Also:
IMethodInterceptor, Serialized Form

Constructor Summary
InvokeMethodConfig()
          Default constructor
 
Method Summary
 java.lang.String getContext()
          Gets the context
 java.lang.String getServiceBean()
          Gets the serviceBean
 void setContext(java.lang.String context)
          Sets the context
 void setServiceBean(java.lang.String serviceBean)
          Sets the serviceBean
 java.lang.String toString()
          Gets debuggable string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokeMethodConfig

public InvokeMethodConfig()
Default constructor

Method Detail

getContext

public java.lang.String getContext()
Gets the context

Returns:
Returns the context.

setContext

public void setContext(java.lang.String context)
Sets the context

Parameters:
context - the new value for context

getServiceBean

public java.lang.String getServiceBean()
Gets the serviceBean

Returns:
Returns the serviceBean.

setServiceBean

public void setServiceBean(java.lang.String serviceBean)
Sets the serviceBean

Parameters:
serviceBean - the new value for serviceBean

toString

public java.lang.String toString()
Gets debuggable string



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.