Uses of Class
org.springframework.ws.test.server.MockWebServiceClient
Package
Description
Provides a testing framework for server-side Web service testing.
-
Uses of MockWebServiceClient in org.springframework.ws.test.server
Modifier and TypeMethodDescriptionstatic MockWebServiceClient
MockWebServiceClient.createClient
(org.springframework.context.ApplicationContext applicationContext) Creates aMockWebServiceClient
instance based on the givenApplicationContext
.static MockWebServiceClient
MockWebServiceClient.createClient
(WebServiceMessageReceiver messageReceiver, WebServiceMessageFactory messageFactory) Creates aMockWebServiceClient
instance based on the givenWebServiceMessageReceiver
andWebServiceMessageFactory
.