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(org.springframework.context.ApplicationContext applicationContext)
          Creates a MockWebServiceServer instance based on the given ApplicationContext.
static MockWebServiceServer MockWebServiceServer.createServer(org.springframework.ws.client.core.support.WebServiceGatewaySupport gatewaySupport)
          Creates a MockWebServiceServer instance based on the given WebServiceGatewaySupport.
static MockWebServiceServer MockWebServiceServer.createServer(org.springframework.ws.client.core.WebServiceTemplate webServiceTemplate)
          Creates a MockWebServiceServer instance based on the given WebServiceTemplate.
 



Copyright © 2011. All Rights Reserved.