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

Packages that use SBServiceCall
com.resilientedge.jockey.webservicebridge   
org.resilientedge.jockey.servicebridge   
 

Uses of SBServiceCall in com.resilientedge.jockey.webservicebridge
 

Methods in com.resilientedge.jockey.webservicebridge that return SBServiceCall
 SBServiceCall WebServiceProvider.invoke(SBServiceCall serviceCall, SBAbstractServiceInstance serviceInstance)
          Invokes a method on a web service
 SBServiceCall AbstractWebServiceProvider.invoke(SBServiceCall serviceCall, SBAbstractServiceInstance serviceInstance)
          Invokes a method on a web service
 SBServiceCall WebServiceInstance.invoke(SBServiceCall serviceCall)
          Performs the actual service invocation work.
 SBServiceCall ApacheWebServiceProvider.invoke(SBServiceCall serviceCall, SBAbstractServiceInstance serviceInstance)
          Invokes a method on a web service
 SBServiceCall WebServiceManager.invoke(SBServiceCall serviceCall, SBAbstractServiceInstance serviceInstance)
          invoke invokes a web service call on a web service that this manager is managing.
 

Methods in com.resilientedge.jockey.webservicebridge with parameters of type SBServiceCall
 SBServiceCall WebServiceProvider.invoke(SBServiceCall serviceCall, SBAbstractServiceInstance serviceInstance)
          Invokes a method on a web service
 SBServiceCall AbstractWebServiceProvider.invoke(SBServiceCall serviceCall, SBAbstractServiceInstance serviceInstance)
          Invokes a method on a web service
 SBServiceCall WebServiceInstance.invoke(SBServiceCall serviceCall)
          Performs the actual service invocation work.
 SBServiceCall ApacheWebServiceProvider.invoke(SBServiceCall serviceCall, SBAbstractServiceInstance serviceInstance)
          Invokes a method on a web service
 SBServiceCall WebServiceManager.invoke(SBServiceCall serviceCall, SBAbstractServiceInstance serviceInstance)
          invoke invokes a web service call on a web service that this manager is managing.
 

Uses of SBServiceCall in org.resilientedge.jockey.servicebridge
 

Methods in org.resilientedge.jockey.servicebridge that return SBServiceCall
 SBServiceCall SBAbstractServiceInstance.invoke(SBServiceCall serviceCall)
          Performs the actual service invocation work.
 SBServiceCall SBServiceDescriptor.createCallObject(java.lang.String callName, java.lang.Object[] parameters)
          createCallObject looks up a given method for a service and creates ( and populates the call values ) a SBServiceCall for that web service method.
 

Methods in org.resilientedge.jockey.servicebridge with parameters of type SBServiceCall
 SBServiceCall SBAbstractServiceInstance.invoke(SBServiceCall serviceCall)
          Performs the actual service invocation work.
 



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