public class CxfWebServiceClient extends Object implements SyncWebServiceClient
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.endpoint.Client |
client |
| Constructor and Description |
|---|
CxfWebServiceClient(String wsdl) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
send(String methodName,
Object[] arguments,
ConcurrentMap<QName,URL> overridenEndpointAddresses)
Synchronously invoke a web service method with some arguments.
|
public CxfWebServiceClient(String wsdl)
public Object[] send(String methodName, Object[] arguments, ConcurrentMap<QName,URL> overridenEndpointAddresses) throws Exception
SyncWebServiceClientsend in interface SyncWebServiceClientmethodName - a not null method namearguments - a not null list of argumentsoverridenEndpointAddresses - a not null map of overridden endpoint addresses. The key is the endpoint qualified name.ExceptionCopyright © 2023 Flowable. All rights reserved.