com.xenonsoft.bridgetown.soa.config
Class JoinpointConfig

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

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

This is an object that stores joinpoint data after parsing the bridgetown XML configuration file.

Version:
$Id: JoinpointConfig.java,v 1.5 2005/03/17 02:37:22 peter_pilgrim Exp $
Author:
peterp, 01-Oct-2004
See Also:
Serialized Form

Constructor Summary
JoinpointConfig()
          Default constructor
 
Method Summary
 java.lang.String getClassFinderExpr()
          Gets the class finder expression
 java.lang.String getDescription()
          Gets the description
 java.lang.String getMethodFinderExpr()
          Gets the method finder expression
 java.lang.String getServiceBean()
          Gets the serviceBean
 java.lang.String getType()
          Gets the type implementation class
 void setClassFinderExpr(java.lang.String classFilterExpr)
          Sets the class finder expression
 void setDescription(java.lang.String description)
          Sets the description
 void setMethodFinderExpr(java.lang.String methodFilterExpr)
          Sets the method finder expression
 void setServiceBean(java.lang.String serviceBean)
          Sets the serviceBean
 void setType(java.lang.String type)
          Sets the type implementation class
 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

JoinpointConfig

public JoinpointConfig()
Default constructor

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description

Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Sets the description

Parameters:
description - The description to set.

getType

public java.lang.String getType()
Gets the type implementation class

Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Sets the type implementation class

Parameters:
type - the new value for type

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 serviceBean to set.

getClassFinderExpr

public java.lang.String getClassFinderExpr()
Gets the class finder expression

Returns:
Returns the classFinderExpr.

setClassFinderExpr

public void setClassFinderExpr(java.lang.String classFilterExpr)
Sets the class finder expression


getMethodFinderExpr

public java.lang.String getMethodFinderExpr()
Gets the method finder expression

Returns:
Returns the methodFinderExpr.

setMethodFinderExpr

public void setMethodFinderExpr(java.lang.String methodFilterExpr)
Sets the method finder expression


toString

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



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.