Skip to content

Commit

Permalink
HPCC4J-583 Update filespray and dfuxref clients to 9.6.x
Browse files Browse the repository at this point in the history
- Updates wstopology, wssmc
- Wssmc wrapper manually updated

Signed-off-by: Rodrigo Pastrana <[email protected]>
  • Loading branch information
rpastrana committed Mar 14, 2024
1 parent 880c1b9 commit a1e7cf9
Show file tree
Hide file tree
Showing 192 changed files with 125,361 additions and 112,363 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
/**
* EspSoapFault.java
*
* <p>This file was auto-generated from WSDL by the Apache Axis2 version: 1.8.1 Built on : Jun 07,
* 2022 (03:46:59 EDT)
*/
package org.hpccsystems.ws.client.gen.axis2.wscloud.latest;

public class EspSoapFault extends java.lang.Exception {

private static final long serialVersionUID = 1686863056573L;

private org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions faultMessage;

public EspSoapFault() {
super("EspSoapFault");
}

public EspSoapFault(java.lang.String s) {
super(s);
}

public EspSoapFault(java.lang.String s, java.lang.Throwable ex) {
super(s, ex);
}

public EspSoapFault(java.lang.Throwable cause) {
super(cause);
}

public void setFaultMessage(org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions msg) {
faultMessage = msg;
}

public org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions getFaultMessage() {
return faultMessage;
}
}
/**
* EspSoapFault.java
*
* <p>This file was auto-generated from WSDL by the Apache Axis2 version: 1.8.1 Built on : Jun 07,
* 2022 (03:46:59 EDT)
*/
package org.hpccsystems.ws.client.gen.axis2.wscloud.latest;

public class EspSoapFault extends java.lang.Exception {

private static final long serialVersionUID = 1710381997019L;

private org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions faultMessage;

public EspSoapFault() {
super("EspSoapFault");
}

public EspSoapFault(java.lang.String s) {
super(s);
}

public EspSoapFault(java.lang.String s, java.lang.Throwable ex) {
super(s, ex);
}

public EspSoapFault(java.lang.Throwable cause) {
super(cause);
}

public void setFaultMessage(org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions msg) {
faultMessage = msg;
}

public org.hpccsystems.ws.client.gen.axis2.wscloud.latest.Exceptions getFaultMessage() {
return faultMessage;
}
}
Loading

0 comments on commit a1e7cf9

Please sign in to comment.