Uses of Class
org.springframework.ws.test.client.MockWebServiceServer
Package
Description
Provides a testing framework for client-side Web service testing.
-
Uses of MockWebServiceServer in org.springframework.ws.test.client
Modifier and TypeMethodDescriptionstatic MockWebServiceServer
MockWebServiceServer.createServer
(org.springframework.context.ApplicationContext applicationContext) Creates aMockWebServiceServer
instance based on the givenApplicationContext
.static MockWebServiceServer
MockWebServiceServer.createServer
(WebServiceGatewaySupport gatewaySupport) Creates aMockWebServiceServer
instance based on the givenWebServiceGatewaySupport
.static MockWebServiceServer
MockWebServiceServer.createServer
(WebServiceTemplate webServiceTemplate) Creates aMockWebServiceServer
instance based on the givenWebServiceTemplate
.