wt.router
Class RoutedClassConfig

java.lang.Object
  extended bywt.router.RoutedClassConfig
All Implemented Interfaces:
Serializable

public class RoutedClassConfig
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  String className
           
private static String CLASSNAME
           
private  Method method
           
private static String RESOURCE
           
 
Constructor Summary
RoutedClassConfig()
           
 
Method Summary
private  void classNameValidate(String a_ClassName)
           
 String getClassName()
          Gets the value of the attribute: className.
 Method getMethod()
          Gets the value of the attribute: method.
static RoutedClassConfig newRoutedClassConfig(String className, String prefix)
          

Supported API: false
(package private)  void printConfig()
           
 void setClassName(String a_ClassName)
          Sets the value of the attribute: className.
 void setMethod(Method a_Method)
          Sets the value of the attribute: method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

className

private String className

method

private Method method
Constructor Detail

RoutedClassConfig

public RoutedClassConfig()
Method Detail

getClassName

public String getClassName()
Gets the value of the attribute: className.

Supported API: false

Returns:
String

setClassName

public void setClassName(String a_ClassName)
                  throws WTPropertyVetoException
Sets the value of the attribute: className.

Supported API: false

Parameters:
a_ClassName -
Throws:
WTPropertyVetoException

classNameValidate

private void classNameValidate(String a_ClassName)
                        throws WTPropertyVetoException
Parameters:
a_ClassName -
Throws:
WTPropertyVetoException

getMethod

public Method getMethod()
Gets the value of the attribute: method.

Supported API: false

Returns:
Method

setMethod

public void setMethod(Method a_Method)
               throws WTPropertyVetoException
Sets the value of the attribute: method.

Supported API: false

Parameters:
a_Method -
Throws:
WTPropertyVetoException

newRoutedClassConfig

public static RoutedClassConfig newRoutedClassConfig(String className,
                                                     String prefix)
                                              throws IOException,
                                                     WTPropertyVetoException


Supported API: false

Parameters:
className -
prefix -
Returns:
RoutedClassConfig
Throws:
IOException
WTPropertyVetoException

printConfig

void printConfig()