|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |