org.resilientedge.jockey.servicebridge
Class SBServiceCallDescriptor

java.lang.Object
  |
  +--org.resilientedge.jockey.servicebridge.SBServiceCallDescriptor

public class SBServiceCallDescriptor
extends java.lang.Object

A service call descriptor defines the name, parameter(s), and return type of a service call (method).

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
SBServiceCallDescriptor()
           
 
Method Summary
 boolean equals(java.lang.Object otherObject)
           
 java.lang.String getName()
          Returns the name of the service call (method)
 java.util.Vector getParameterTypes()
          Returns the the service call (method) parameters
 SBServiceCallParameter getReturnType()
          Returns the return type of the service call (method)
 void setName(java.lang.String name)
           
 void setParameterTypes(java.util.Vector parameterTypes)
           
 void setReturnType(SBServiceCallParameter parameter)
           
 java.lang.String toDebugString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBServiceCallDescriptor

public SBServiceCallDescriptor()
Method Detail

getName

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

setName

public void setName(java.lang.String name)

getReturnType

public SBServiceCallParameter getReturnType()
Returns the return type of the service call (method)

setReturnType

public void setReturnType(SBServiceCallParameter parameter)

getParameterTypes

public java.util.Vector getParameterTypes()
Returns the the service call (method) parameters

setParameterTypes

public void setParameterTypes(java.util.Vector parameterTypes)

toDebugString

public java.lang.String toDebugString()

equals

public boolean equals(java.lang.Object otherObject)
Overrides:
equals in class java.lang.Object


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