public final class SOAPClientEngine extends GenericAsyncEngine
Modifier and Type | Field and Description |
---|---|
static String |
module |
dispatcher, locationMap
ASYNC_MODE, SYNC_MODE
Constructor and Description |
---|
SOAPClientEngine(ServiceDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
runSync(String localName,
ModelService modelService,
Map<String,Object> context)
Run the service synchronously and return the result.
|
void |
runSyncIgnore(String localName,
ModelService modelService,
Map<String,Object> context)
Run the service synchronously and IGNORE the result.
|
allowCallbacks, runAsync, runAsync
createLocationMap, getLocation, sendCallbacks, sendCallbacks, sendCallbacks
public static final String module
public SOAPClientEngine(ServiceDispatcher dispatcher)
public void runSyncIgnore(String localName, ModelService modelService, Map<String,Object> context) throws GenericServiceException
GenericEngine
runSyncIgnore
in interface GenericEngine
runSyncIgnore
in class GenericAsyncEngine
localName
- Name of the LocalDispatcher.modelService
- Service model object.context
- Map of name, value pairs composing the context.GenericServiceException
GenericEngine.runSyncIgnore(java.lang.String, org.apache.ofbiz.service.ModelService, java.util.Map)
public Map<String,Object> runSync(String localName, ModelService modelService, Map<String,Object> context) throws GenericServiceException
GenericEngine
runSync
in interface GenericEngine
runSync
in class GenericAsyncEngine
localName
- Name of the LocalDispatcher.modelService
- Service model object.context
- Map of name, value pairs composing the context.GenericServiceException
GenericEngine.runSync(java.lang.String, org.apache.ofbiz.service.ModelService, java.util.Map)