java.lang.Object
org.springframework.integration.ws.dsl.Ws

public final class Ws extends Object
Factory class for web service components.
Since:
5.3
  • Method Details

    • marshallingInboundGateway

      public static MarshallingWsInboundGatewaySpec marshallingInboundGateway()
      Create an instance.
      Returns:
      the spec.
    • marshallingInboundGateway

      public static MarshallingWsInboundGatewaySpec marshallingInboundGateway(org.springframework.oxm.Marshaller marshaller)
      Create an instance with the provided Marshaller (which must also implement Unmarshaller).
      Parameters:
      marshaller - the marshaller.
      Returns:
      the spec.
    • simpleInboundGateway

      public static SimpleWsInboundGatewaySpec simpleInboundGateway()
      Create an instance.
      Returns:
      the spec.
    • marshallingOutboundGateway

      Create an instance with a default WebServiceTemplate.
      Returns:
      the spec.
    • marshallingOutboundGateway

      public static MarshallingWsOutboundGatewaySpec marshallingOutboundGateway(org.springframework.ws.client.core.WebServiceTemplate template)
      Create an instance with the provided WebServiceTemplate.
      Parameters:
      template - the template.
      Returns:
      the spec.
    • simpleOutboundGateway

      Create an instance.
      Returns:
      the spec.
    • simpleOutboundGateway

      public static SimpleWsOutboundGatewaySpec simpleOutboundGateway(org.springframework.ws.client.core.WebServiceTemplate template)
      Create an instance with the provided WebServiceTemplate.
      Parameters:
      template - the template.
      Returns:
      the spec.