All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.networknt.rule.soap.exception.InvalidSoapBodyException Maven / Gradle / Ivy

Go to download

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