Uses of Class
org.hpccsystems.ws.client.wrappers.EspSoapFaultWrapper
-
Packages that use EspSoapFaultWrapper Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance.org.hpccsystems.ws.client.wrappers Layer of abstraction between caller and HPCC Systems Web Service interface. -
-
Uses of EspSoapFaultWrapper in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client with parameters of type EspSoapFaultWrapper Modifier and Type Method Description protected voidBaseHPCCWsClient. handleEspSoapFaults(EspSoapFaultWrapper e)Logs and throws EspSoapFaultWrapper.protected voidBaseHPCCWsClient. handleEspSoapFaults(EspSoapFaultWrapper e, String message)Logs and throws EspSoapFaultWrapper, if local message provided, added as wsclientmessage.Methods in org.hpccsystems.ws.client that throw EspSoapFaultWrapper Modifier and Type Method Description protected voidBaseHPCCWsClient. handleEspSoapFaults(EspSoapFaultWrapper e)Logs and throws EspSoapFaultWrapper.protected voidBaseHPCCWsClient. handleEspSoapFaults(EspSoapFaultWrapper e, String message)Logs and throws EspSoapFaultWrapper, if local message provided, added as wsclientmessage. -
Uses of EspSoapFaultWrapper in org.hpccsystems.ws.client.wrappers
Methods in org.hpccsystems.ws.client.wrappers that return EspSoapFaultWrapper Modifier and Type Method Description EspSoapFaultWrapperEspSoapFaultWrapper. setWsClientMessage(String msg)Sets the ws client message.
-