-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC4J-583 Update filespray and dfuxref clients to 9.6.x
- Updates wstopology, wssmc - Wssmc wrapper manually updated Signed-off-by: Rodrigo Pastrana <[email protected]>
- Loading branch information
Showing
192 changed files
with
125,361 additions
and
112,363 deletions.
There are no files selected for viewing
1,058 changes: 529 additions & 529 deletions
1,058
...src/main/java/org/hpccsystems/ws/client/gen/axis2/wscloud/latest/ArrayOfEspException.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,198 changes: 599 additions & 599 deletions
1,198
wsclient/src/main/java/org/hpccsystems/ws/client/gen/axis2/wscloud/latest/EspException.java
Large diffs are not rendered by default.
Oops, something went wrong.
76 changes: 38 additions & 38 deletions
76
wsclient/src/main/java/org/hpccsystems/ws/client/gen/axis2/wscloud/latest/EspSoapFault.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |
Oops, something went wrong.