Spring Web Services Framework

Uses of Class
org.springframework.ws.test.client.MockWebServiceServer

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

Uses of MockWebServiceServer in org.springframework.ws.test.client
 

Methods in org.springframework.ws.test.client that return MockWebServiceServer
static MockWebServiceServer MockWebServiceServer.createServer(ApplicationContext applicationContext)
          Creates a MockWebServiceServer instance based on the given ApplicationContext.
static MockWebServiceServer MockWebServiceServer.createServer(WebServiceGatewaySupport gatewaySupport)
          Creates a MockWebServiceServer instance based on the given WebServiceGatewaySupport.
static MockWebServiceServer MockWebServiceServer.createServer(WebServiceTemplate webServiceTemplate)
          Creates a MockWebServiceServer instance based on the given WebServiceTemplate.
 


Spring Web Services Framework

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