- match(WebServiceMessage, WebServiceMessage) - Method in class net.javacrumbs.smock.common.MessageMatcher
-
- match(URI, WebServiceMessage) - Method in class net.javacrumbs.smock.common.MessageMatcher
-
- matchInternal(WebServiceMessage, WebServiceMessage) - Method in class net.javacrumbs.smock.common.MessageMatcher
-
Matches document.
- message(String) - Method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
-
Expects the given XML message loaded from resource with given name.
- message(Resource) - Method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
-
Expects the given Resource XML message.
- message(Source) - Method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
-
Expects the given
Source XML message.
- message(Document) - Method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
-
Expects the given
Source XML message.
- message(String) - Static method in class net.javacrumbs.smock.common.client.CommonSmockClient
-
Expects the given XML message loaded from resource with given name.
- message(Resource) - Static method in class net.javacrumbs.smock.common.client.CommonSmockClient
-
Expects the given Resource XML message.
- message(Source) - Static method in class net.javacrumbs.smock.common.client.CommonSmockClient
-
Expects the given
Source XML message.
- message(Document) - Static method in class net.javacrumbs.smock.common.client.CommonSmockClient
-
Expects the given
Source XML message.
- Message - Interface in net.javacrumbs.smock.common
-
Represents a protocol-agnostic XML message.
- message(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
-
Expects the given message.
- message(Resource) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
-
Expects the given message.
- message(Source) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
-
Expects the given message.
- message(Document) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
-
Expects the given message.
- message(String) - Static method in class net.javacrumbs.smock.common.server.CommonSmockServer
-
Expects the given message.
- message(Resource) - Static method in class net.javacrumbs.smock.common.server.CommonSmockServer
-
Expects the given message.
- message(Source) - Static method in class net.javacrumbs.smock.common.server.CommonSmockServer
-
Expects the given message.
- message(Document) - Static method in class net.javacrumbs.smock.common.server.CommonSmockServer
-
Expects the given message.
- MessageCreator - Class in net.javacrumbs.smock.common
-
Class that is able to create a message for both client and server.
- MessageCreator(Source) - Constructor for class net.javacrumbs.smock.common.MessageCreator
-
- MessageFactory - Interface in net.javacrumbs.smock.common
-
The WebServiceMessageFactory serves as a factory for WebServiceMessages.
- MessageHelper - Class in net.javacrumbs.smock.common
-
- MessageHelper(WebServiceMessageFactory) - Constructor for class net.javacrumbs.smock.common.MessageHelper
-
- MessageMatcher - Class in net.javacrumbs.smock.common
-
Common matching code.
- MessageMatcher(Source) - Constructor for class net.javacrumbs.smock.common.MessageMatcher
-
- MockWebServiceClientResponseActions - Class in net.javacrumbs.smock.common.server
-
Response actions implementation.
- MockWebServiceClientResponseActions(MessageContext) - Constructor for class net.javacrumbs.smock.common.server.MockWebServiceClientResponseActions
-
- mustUnderstandFault() - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
-
Expects a MustUnderstand fault.
- mustUnderstandFault(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
-
Expects a MustUnderstand fault with a particular fault string or reason.
- withClientOrSenderFault(String, Locale) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
Respond with a Client (SOAP 1.1) or Sender (SOAP 1.2) fault.
- withError(String) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
Respond with an error.
- withException(IOException) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
- withException(RuntimeException) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
- withMessage(String) - Method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
-
Respond with the given XML loaded from resource as response.
- withMessage(Resource) - Method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
-
Respond with the given XML loaded from resource as response.
- withMessage(Source) - Method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
-
Respond with the given
Source XML as response.
- withMessage(String) - Static method in class net.javacrumbs.smock.common.client.CommonSmockClient
-
Respond with the given XML loaded from resource as response.
- withMessage(Resource) - Static method in class net.javacrumbs.smock.common.client.CommonSmockClient
-
Respond with the given XML loaded from resource as response.
- withMessage(Source) - Static method in class net.javacrumbs.smock.common.client.CommonSmockClient
-
Respond with the given
Source XML as response.
- withMessage(Document) - Static method in class net.javacrumbs.smock.common.client.CommonSmockClient
-
Respond with the given
Document XML as response.
- withMessage(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
-
Create a request with the given Resource as content.
- withMessage(Resource) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
-
Create a request with the given Resource as content.
- withMessage(Source) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
-
Create a request with the given
Source XML as content.
- withMessage(Document) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
-
Create a request with the given
Document XML as content.
- withMessage(String) - Static method in class net.javacrumbs.smock.common.server.CommonSmockServer
-
Create a request with the given resource as content.
- withMessage(Resource) - Static method in class net.javacrumbs.smock.common.server.CommonSmockServer
-
Create a request with the given Resource as content.
- withMessage(Source) - Static method in class net.javacrumbs.smock.common.server.CommonSmockServer
-
Create a request with the given Resource XML as content.
- withMessage(Document) - Static method in class net.javacrumbs.smock.common.server.CommonSmockServer
-
Create a request with the given Resource XML as content.
- withMustUnderstandFault(String, Locale) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
Respond with a MustUnderstand fault.
- withParameter(String, Object) - Method in interface net.javacrumbs.smock.common.client.ParametrizableRequestMatcher
-
Adds parameter to the RequestMatcher
- withParameter(String, Object) - Method in interface net.javacrumbs.smock.common.client.ParametrizableResponseCreator
-
Adds parameter to the ResponseCreator
- withParameter(String, Object) - Method in interface net.javacrumbs.smock.common.server.ParametrizableRequestCreator
-
Adds parameter to the RequestCreator
- withParameter(String, Object) - Method in interface net.javacrumbs.smock.common.server.ParametrizableResponseMatcher
-
Adds parameter to the ResponseMatcher
- withParameter(String, Object) - Method in class net.javacrumbs.smock.common.TemplateAwareMessageCreator
-
- withParameter(String, Object) - Method in class net.javacrumbs.smock.common.TemplateAwareMessageMatcher
-
- withParameters(Map<String, Object>) - Method in interface net.javacrumbs.smock.common.client.ParametrizableRequestMatcher
-
Adds parameters to the RequestMatcher
- withParameters(Map<String, Object>) - Method in interface net.javacrumbs.smock.common.client.ParametrizableResponseCreator
-
Adds parameters to the ResponseCreator
- withParameters(Map<String, Object>) - Method in interface net.javacrumbs.smock.common.server.ParametrizableRequestCreator
-
Adds parameters to the RequestCreator
- withParameters(Map<String, Object>) - Method in interface net.javacrumbs.smock.common.server.ParametrizableResponseMatcher
-
Adds parameters to the ResponseMatcher
- withParameters(Map<String, Object>) - Method in class net.javacrumbs.smock.common.TemplateAwareMessageCreator
-
- withParameters(Map<String, Object>) - Method in class net.javacrumbs.smock.common.TemplateAwareMessageMatcher
-
- withPayload(Source) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
Respond with the given
Source XML as payload response.
- withPayload(Resource) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
Respond with the given Resource XML as payload response.
- withPayload(Source) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
-
Create a request with the given
Source XML as payload.
- withPayload(Resource) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
-
Create a request with the given Resource XML as payload.
- withServerOrReceiverFault(String, Locale) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
Respond with a Server (SOAP 1.1) or Receiver (SOAP 1.2) fault.
- withVersionMismatchFault(String, Locale) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
-
Respond with a VersionMismatch fault.
- wrapEndpointInterceptors(EndpointInterceptor[]) - Static method in class net.javacrumbs.smock.common.EndpointInterceptorClientAdapter
-
Wraps all intrceptors in the array.
- writeTo(OutputStream) - Method in interface net.javacrumbs.smock.common.Message
-
Writes the entire message to the given output stream.