Class WssInboundOperations

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

public class WssInboundOperations extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void>
    validateWss(WssInboundConfig config, org.mule.runtime.api.metadata.TypedValue<InputStream> request, 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, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceManager)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceManager)