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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SBServiceCallDescriptor
public SBServiceCallDescriptor()
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.