Class SOAPRoute

java.lang.Object
org.zalando.riptide.soap.SOAPRoute

public final class SOAPRoute extends Object
  • Method Details

    • soap

      public static <T> Route soap(Class<T> type, org.zalando.fauxpas.ThrowingConsumer<T,? extends Exception> consumer)
    • soap

      public static <T> Route soap(Route route)