Class WssInboundOperations

java.lang.Object
com.mulesoft.modules.wss.internal.inbound.WssInboundOperations

public class WssInboundOperations extends Object
  • Constructor Details

    • WssInboundOperations

      public WssInboundOperations()
  • Method Details

    • validateWss

      @Throws(WssErrorTypeProvider.class) @MediaType(value="application/xml", strict=false) @DisplayName("Validate WSS") public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> validateWss(@Config WssInboundConfig config, @Content org.mule.runtime.api.metadata.TypedValue<InputStream> request, @Optional(defaultValue="SOAP_12") SoapVersion version, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo, org.mule.runtime.extension.api.security.AuthenticationHandler handler, org.mule.runtime.extension.api.runtime.operation.FlowListener flowListener)