
com.networknt.rule.soap.Constants 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;
public class Constants {
public static final String CONTENT_TYPE = "Content-Type";
public static final String REQUEST_DIRECTION = "request";
public static final String RESPONSE_DIRECTION = "response";
public static final String SOAP_ENVELOPE = "Envelope";
public static final String SOAP_BODY = "Body";
public static final String SOAP_HEADER = "Header";
public static final String TRANSFORMER_PREFIX_KEYWORD = "$prefix";
public static final String ATTRIBUTE_SEPARATOR = "@@@";
public static final String PROPERTY_SEPARATOR = ",";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy