Uses of Class
org.resilientedge.jockey.servicebridge.SBServiceCallDescriptor

Packages that use SBServiceCallDescriptor
org.resilientedge.jockey.servicebridge   
 

Uses of SBServiceCallDescriptor in org.resilientedge.jockey.servicebridge
 

Methods in org.resilientedge.jockey.servicebridge that return SBServiceCallDescriptor
 SBServiceCallDescriptor SBServiceCall.getCallDescriptor()
          Get the value of callDescriptor.
 SBServiceCallDescriptor SBServiceDescriptor.getCallDescriptor(java.lang.String callName)
          getCallDescriptor returns a descriptor for a given method
 

Methods in org.resilientedge.jockey.servicebridge with parameters of type SBServiceCallDescriptor
 void SBServiceCall.setCallDescriptor(SBServiceCallDescriptor callDescriptor)
          Set the value of callDescriptor.
 void SBServiceDescriptor.addCallDescriptor(SBServiceCallDescriptor descriptor)
           
 

Constructors in org.resilientedge.jockey.servicebridge with parameters of type SBServiceCallDescriptor
SBServiceCall(SBServiceCallDescriptor descriptor)
           
 



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