org.resilientedge.jockey.service
Class ServiceCallDescriptor

java.lang.Object
  |
  +--org.resilientedge.jockey.service.ServiceCallDescriptor

public class ServiceCallDescriptor
extends java.lang.Object

Represents the available methods and parameters for a service.

Version:
$Revision: 1.1.1.1 $
Author:
AVaughan

Constructor Summary
ServiceCallDescriptor()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the service call (method)
 java.util.Vector getParameterTypes()
          Returns the the service call (method) parameters
 java.lang.Class getReturnType()
          Returns the return type of the service call (method)
 void setName(java.lang.String name)
          setName of the service method call
 void setParameterTypes(java.util.Vector parameterTypes)
          Sets the service call ( method ) parameters
 void setReturnType(java.lang.Class object)
          setReturnType the class that this service call returns
 java.lang.String toDebugString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceCallDescriptor

public ServiceCallDescriptor()
Method Detail

getName

public java.lang.String getName()
Returns the name of the service call (method)

setName

public void setName(java.lang.String name)
setName of the service method call
Parameters:
name - a String value

getReturnType

public java.lang.Class getReturnType()
Returns the return type of the service call (method)

setReturnType

public void setReturnType(java.lang.Class object)
setReturnType the class that this service call returns
Parameters:
an - Object value representing the return type

getParameterTypes

public java.util.Vector getParameterTypes()
Returns the the service call (method) parameters
Returns:
a vector of java classes

setParameterTypes

public void setParameterTypes(java.util.Vector parameterTypes)
Sets the service call ( method ) parameters
Parameters:
parameterTypes - a Vector of Java classes

toDebugString

public java.lang.String toDebugString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.