- clientOrSenderFault() - Static method in class org.springframework.ws.test.server.ResponseMatchers
-
Expects a Client (SOAP 1.1) or Sender (SOAP 1.2) fault.
- clientOrSenderFault(String) - Static method in class org.springframework.ws.test.server.ResponseMatchers
-
Expects a Client (SOAP 1.1) or Sender (SOAP 1.2) fault with a particular fault string or reason.
- connectionTo(String) - Static method in class org.springframework.ws.test.client.RequestMatchers
-
Expects a connection to the given URI.
- connectionTo(URI) - Static method in class org.springframework.ws.test.client.RequestMatchers
-
Expects a connection to the given URI.
- createClient(WebServiceMessageReceiver, WebServiceMessageFactory) - Static method in class org.springframework.ws.test.server.MockWebServiceClient
-
Creates a MockWebServiceClient instance based on the given WebServiceMessageReceiver and WebServiceMessageFactory.
- createClient(ApplicationContext) - Static method in class org.springframework.ws.test.server.MockWebServiceClient
-
Creates a MockWebServiceClient instance based on the given ApplicationContext.
- createDiff(WebServiceMessage) - Method in class org.springframework.ws.test.support.matcher.DiffMatcher
-
Creates a Diff for the given message.
- createDiff(WebServiceMessage) - Method in class org.springframework.ws.test.support.matcher.PayloadDiffMatcher
-
- createDiff(Source) - Method in class org.springframework.ws.test.support.matcher.PayloadDiffMatcher
-
- createMessage(WebServiceMessageFactory) - Method in class org.springframework.ws.test.support.creator.AbstractMessageCreator
-
- createMessage(WebServiceMessageFactory) - Method in interface org.springframework.ws.test.support.creator.WebServiceMessageCreator
-
Create a message.
- createRequest(WebServiceMessageFactory) - Method in interface org.springframework.ws.test.server.RequestCreator
-
Create a request.
- createResponse(URI, WebServiceMessage, WebServiceMessageFactory) - Method in interface org.springframework.ws.test.client.ResponseCreator
-
Create a response for the given the request and URI.
- createServer(WebServiceTemplate) - Static method in class org.springframework.ws.test.client.MockWebServiceServer
-
Creates a MockWebServiceServer instance based on the given WebServiceTemplate.
- createServer(WebServiceGatewaySupport) - Static method in class org.springframework.ws.test.client.MockWebServiceServer
-
Creates a MockWebServiceServer instance based on the given WebServiceGatewaySupport.
- createServer(ApplicationContext) - Static method in class org.springframework.ws.test.client.MockWebServiceServer
-
Creates a MockWebServiceServer instance based on the given ApplicationContext.