
com.networknt.rule.soap.exception.InvalidSoapBodyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of generic-rest2soap Show documentation
Show all versions of generic-rest2soap Show documentation
A generic yaml rule action implementation to transform REST to SOAP in the request/response transform interceptor.
The newest version!
package com.networknt.rule.soap.exception;
public class InvalidSoapBodyException extends RuntimeException {
public InvalidSoapBodyException() {
super("Invalid Soap Request");
}
public InvalidSoapBodyException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy