Spring Web Services Framework

Uses of Class
org.springframework.ws.test.server.MockWebServiceClient

Packages that use MockWebServiceClient
org.springframework.ws.test.server Provides a testing framework for server-side Web service testing. 
 

Uses of MockWebServiceClient in org.springframework.ws.test.server
 

Methods in org.springframework.ws.test.server that return MockWebServiceClient
static MockWebServiceClient MockWebServiceClient.createClient(ApplicationContext applicationContext)
          Creates a MockWebServiceClient instance based on the given ApplicationContext.
static MockWebServiceClient MockWebServiceClient.createClient(WebServiceMessageReceiver messageReceiver, WebServiceMessageFactory messageFactory)
          Creates a MockWebServiceClient instance based on the given WebServiceMessageReceiver and WebServiceMessageFactory.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.