@Component public class SoapRawClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ERROR_MESSAGE |
| Constructor and Description |
|---|
SoapRawClient(String soapServiceUrl,
Class<T> jaxWsServiceInterfaceClass) |
| Modifier and Type | Method and Description |
|---|---|
SoapRawClientResponse |
callSoapService(InputStream xmlFile) |
protected static final String ERROR_MESSAGE
public SoapRawClient(String soapServiceUrl, Class<T> jaxWsServiceInterfaceClass) throws BootStarterCxfException
BootStarterCxfExceptionpublic SoapRawClientResponse callSoapService(InputStream xmlFile) throws BootStarterCxfException
BootStarterCxfExceptionCopyright © 2019. All rights reserved.