A C D E F G H I L M N P R S T U V W X

A

AbstractCommonSmockClientTest - Class in net.javacrumbs.smock.common.client
Extends AbstractWebServiceClientTest and gives access to Smock specific methods.
AbstractCommonSmockClientTest() - Constructor for class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
 
AbstractCommonSmockServerTest - Class in net.javacrumbs.smock.common.server
Extends AbstractCommonWebServiceServerTest and adds Smock specific methods.
AbstractCommonSmockServerTest() - Constructor for class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
 
AbstractCommonWebServiceClientTest - Class in net.javacrumbs.smock.common.client
 
AbstractCommonWebServiceClientTest() - Constructor for class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
 
AbstractCommonWebServiceServerTest - Class in net.javacrumbs.smock.common.server
Simplifies usage of Spring WS testing framework.
AbstractCommonWebServiceServerTest() - Constructor for class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
 
andExpect(ResponseMatcher) - Method in class net.javacrumbs.smock.common.server.MockWebServiceClientResponseActions
 
anything() - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects any request.

C

clientOrSenderFault() - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects a Client (SOAP 1.1) or Sender (SOAP 1.2) fault.
clientOrSenderFault(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects a Client (SOAP 1.1) or Sender (SOAP 1.2) fault with a particular fault string or reason.
ClientTestHelper - Class in net.javacrumbs.smock.common.client
 
ClientTestHelper() - Constructor for class net.javacrumbs.smock.common.client.ClientTestHelper
 
CommonSmockClient - Class in net.javacrumbs.smock.common.client
Adds extra features to Spring WS client test support.
CommonSmockClient() - Constructor for class net.javacrumbs.smock.common.client.CommonSmockClient
 
CommonSmockServer - Class in net.javacrumbs.smock.common.server
Adds extra functionality to Spring WS server test support.
CommonSmockServer() - Constructor for class net.javacrumbs.smock.common.server.CommonSmockServer
 
compare(Source, Source) - Method in class net.javacrumbs.smock.common.MessageMatcher
Compares message with control message.
connectionTo(String) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects a connection to the given URI.
connectionTo(URI) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects a connection to the given URI.
controlMessage - Variable in class net.javacrumbs.smock.common.MessageMatcher
 
createDiff(Source, Source) - Method in class net.javacrumbs.smock.common.MessageMatcher
Creates Enhanced Diff.
createMessage(URI, WebServiceMessage, WebServiceMessageFactory) - Method in class net.javacrumbs.smock.common.MessageCreator
Creates a message.
createMessageFactory(ApplicationContext) - Static method in class net.javacrumbs.smock.common.SmockCommon
Creates a WebServiceMessageFactory using MockStrategiesHelper.
createMessageFactory() - Static method in class net.javacrumbs.smock.common.SmockCommon
Creates SAAJ based message factory for SOAP 1.1.
createMessageFactory(SoapVersion) - Static method in class net.javacrumbs.smock.common.SmockCommon
Creates SAAJ based message factory.
createRequest(WebServiceMessageFactory) - Method in class net.javacrumbs.smock.common.MessageCreator
 
createRequest(String, Class<T>) - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
Deserializes message loaded from messageLocation to the targetClass.
createRequest(Source, Class<T>) - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
Deserializes message loaded from messageSource to the targetClass.
createRequest(RequestCreator, Class<T>) - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
Deserializes message created by the MessageCreator to the targetClass.
createResponse(URI, WebServiceMessage, WebServiceMessageFactory) - Method in class net.javacrumbs.smock.common.MessageCreator
 
createSource(Resource) - Static method in class net.javacrumbs.smock.common.SmockCommon
Creates Source from Resource.
createWebServiceMessage() - Method in interface net.javacrumbs.smock.common.MessageFactory
Creates a new, empty WebServiceMessage.
createWebServiceMessage(InputStream) - Method in interface net.javacrumbs.smock.common.MessageFactory
Reads a WebServiceMessage from the given input stream.

D

deserialize(WebServiceMessage, Class<T>) - Method in class net.javacrumbs.smock.common.MessageHelper
 
differenceFound(Difference) - Method in class net.javacrumbs.smock.common.EnhancedDiff
 

E

EndpointInterceptorClientAdapter - Class in net.javacrumbs.smock.common
Converts EndpointInterceptor to ClientInterceptor.
EndpointInterceptorClientAdapter(EndpointInterceptor) - Constructor for class net.javacrumbs.smock.common.EndpointInterceptorClientAdapter
 
EnhancedDiff - Class in net.javacrumbs.smock.common
Diff that ignores "${IGNORE}" placeholder and is able to correctly compare namespace prefixes in the attribute values.
EnhancedDiff(Document, Document) - Constructor for class net.javacrumbs.smock.common.EnhancedDiff
 

F

fromResource(String) - Static method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
Loads resource using resourceLoader set by AbstractCommonSmockClientTest.setResourceLoader(ResourceLoader).
fromResource(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
Loads resource using resourceLoader set by AbstractCommonSmockServerTest.setResourceLoader(ResourceLoader).
fromResource(String) - Static method in class net.javacrumbs.smock.common.SmockCommon
Loads resource using resourceLoader set by SmockCommon.setResourceLoader(ResourceLoader).

G

getControlLabel() - Method in error net.javacrumbs.smock.common.SourceAndControlAssertionError
 
getControlMessage() - Method in class net.javacrumbs.smock.common.MessageMatcher
 
getControlSource() - Method in error net.javacrumbs.smock.common.SourceAndControlAssertionError
 
getDocumentAsStream(Document) - Static method in class net.javacrumbs.smock.common.XmlUtil
Streams the document as UTF-8 encoded stream.
getEnvelopeSource() - Method in interface net.javacrumbs.smock.common.Message
Returns envelope source for SOAP message.
getEnvelopeSource(WebServiceMessage) - Static method in class net.javacrumbs.smock.common.XmlUtil
Returns source of message envelope
getMessage() - Method in error net.javacrumbs.smock.common.SourceAndControlAssertionError
 
getMessageFactory() - Static method in class net.javacrumbs.smock.common.client.ClientTestHelper
 
getMessageHelper() - Static method in class net.javacrumbs.smock.common.client.ClientTestHelper
 
getMessageHelper() - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
 
getPayloadResult() - Method in interface net.javacrumbs.smock.common.Message
Returns the contents of the message as a Result.
getPayloadSource() - Method in interface net.javacrumbs.smock.common.Message
Returns the contents of the message as a Source.
getResourceLoader() - Static method in class net.javacrumbs.smock.common.SmockCommon
 
getSource() - Method in class net.javacrumbs.smock.common.MessageCreator
 
getSourceAsStream(Source) - Static method in class net.javacrumbs.smock.common.XmlUtil
Streams the source as UTF-8 encoded stream.
getTargetClass(Object) - Method in class net.javacrumbs.smock.common.MessageHelper
Find class to be mapped from.
getTemplateProcessor() - Static method in class net.javacrumbs.smock.common.SmockCommon
 

H

handleFault(MessageContext) - Method in class net.javacrumbs.smock.common.EndpointInterceptorClientAdapter
 
handleRequest(MessageContext) - Method in class net.javacrumbs.smock.common.EndpointInterceptorClientAdapter
 
handleResponse(MessageContext) - Method in class net.javacrumbs.smock.common.EndpointInterceptorClientAdapter
 
hasFault(WebServiceMessage) - Method in class net.javacrumbs.smock.common.InterceptingTemplate
 

I

InterceptingTemplate - Class in net.javacrumbs.smock.common
Common template class for interceptor handling.
InterceptingTemplate(ClientInterceptor[]) - Constructor for class net.javacrumbs.smock.common.InterceptingTemplate
 
interceptRequest(MessageContext, WebServiceMessageReceiver) - Method in class net.javacrumbs.smock.common.InterceptingTemplate
 
isDifferenceOnlyInAttributeValuePrefix(Difference) - Method in class net.javacrumbs.smock.common.EnhancedDiff
Returns true iff difference is only in attribute value namespace prefix but the corresponding namespace is same.
isSoap(Source) - Static method in class net.javacrumbs.smock.common.XmlUtil
Returns true if the documents root is SOAP envelope.

L

loadDocument(Source) - Static method in class net.javacrumbs.smock.common.SmockCommon
Loads Document from Source
loadDocument(Source) - Static method in class net.javacrumbs.smock.common.XmlUtil
Loads document from source.
logger - Variable in class net.javacrumbs.smock.common.MessageCreator
 

M

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.

N

net.javacrumbs.smock.common - package net.javacrumbs.smock.common
 
net.javacrumbs.smock.common.client - package net.javacrumbs.smock.common.client
 
net.javacrumbs.smock.common.server - package net.javacrumbs.smock.common.server
 
noFault() - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects the response not to contain a SOAP fault.

P

ParametrizableRequestCreator - Interface in net.javacrumbs.smock.common.server
RequestCreator that can be parametrized.
ParametrizableRequestMatcher - Interface in net.javacrumbs.smock.common.client
RequestMatcher that accepts parameters.
ParametrizableResponseCreator - Interface in net.javacrumbs.smock.common.client
ResponseCreator that can be parametrized.
ParametrizableResponseMatcher - Interface in net.javacrumbs.smock.common.server
ResponseMatcher that can be parametrized.
payload(Source) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects the given Source XML payload.
payload(Resource) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects the given Resource XML payload.
payload(Source) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects the given Source XML payload.
payload(Resource) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects the given Resource XML payload.
preprocessControlMessage(WebServiceMessage) - Method in class net.javacrumbs.smock.common.MessageMatcher
Does control message pre-processing.
preprocessControlMessage(WebServiceMessage) - Method in class net.javacrumbs.smock.common.TemplateAwareMessageMatcher
 
preprocessSource(URI, WebServiceMessage, WebServiceMessageFactory) - Method in class net.javacrumbs.smock.common.MessageCreator
To be overriden by subclasses.
preprocessSource(URI, WebServiceMessage, WebServiceMessageFactory) - Method in class net.javacrumbs.smock.common.TemplateAwareMessageCreator
 
processTemplate(Source, Source, Map<String, Object>) - Method in interface net.javacrumbs.smock.common.TemplateProcessor
Processes a template.
processTemplate(Source, Source, Map<String, Object>) - Method in class net.javacrumbs.smock.common.XsltTemplateProcessor
Does XSLT transfromation of the template if it is an XSLT template.

R

resource(String) - Static method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
Loads resource using resourceLoader set by AbstractCommonSmockClientTest.setResourceLoader(ResourceLoader).
resource(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
Loads resource using resourceLoader set by AbstractCommonSmockServerTest.setResourceLoader(ResourceLoader).
resource(String) - Static method in class net.javacrumbs.smock.common.SmockCommon
Loads resource using resourceLoader set by SmockCommon.setResourceLoader(ResourceLoader).
response(String, Class<T>) - Static method in class net.javacrumbs.smock.common.client.ClientTestHelper
 
response(Source, Class<T>) - Static method in class net.javacrumbs.smock.common.client.ClientTestHelper
 
response(ResponseCreator, WebServiceMessage, Class<T>) - Static method in class net.javacrumbs.smock.common.client.ClientTestHelper
 

S

serialize(Object) - Static method in class net.javacrumbs.smock.common.client.ClientTestHelper
Serializes object to WebServiceMessage.
serialize(Object) - Method in class net.javacrumbs.smock.common.MessageHelper
 
serialize(Object) - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
Serializes object to WebServiceMessage.
serialize(Document) - Static method in class net.javacrumbs.smock.common.XmlUtil
Converts document to String.
serialize(Source) - Static method in class net.javacrumbs.smock.common.XmlUtil
Converts Source to String.
serverOrReceiverFault() - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects a Server (SOAP 1.1) or Receiver (SOAP 1.2) fault.
serverOrReceiverFault(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects a Server (SOAP 1.1) or Receiver (SOAP 1.2) fault with a particular fault string or reason.
ServerTestHelper - Class in net.javacrumbs.smock.common.server
Helper class that simplifies WS server unit tests.
ServerTestHelper() - Constructor for class net.javacrumbs.smock.common.server.ServerTestHelper
 
setMessageFactory(WebServiceMessageFactory) - Static method in class net.javacrumbs.smock.common.client.ClientTestHelper
 
setMessageHelper(MessageHelper) - Static method in class net.javacrumbs.smock.common.client.ClientTestHelper
 
setMessageHelper(MessageHelper) - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
 
setResourceLoader(ResourceLoader) - Static method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
Sets the resource loader to be used.
setResourceLoader(ResourceLoader) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
Sets the resource loader to be used.
setResourceLoader(ResourceLoader) - Static method in class net.javacrumbs.smock.common.SmockCommon
Sets ResourceLoader to be used by Smock.
setTemplateProcessor(TemplateProcessor) - Static method in class net.javacrumbs.smock.common.client.AbstractCommonSmockClientTest
Sets TemplateProcessor used by Smock.
setTemplateProcessor(TemplateProcessor) - Method in class net.javacrumbs.smock.common.server.AbstractCommonSmockServerTest
Sets TemplateProcessor used by Smock.
setTemplateProcessor(TemplateProcessor) - Static method in class net.javacrumbs.smock.common.SmockCommon
Sets TemplateProcessor used by Smock.
SmockCommon - Class in net.javacrumbs.smock.common
Adds extra features to WebServiceMock.
SmockCommon() - Constructor for class net.javacrumbs.smock.common.SmockCommon
 
soapHeader(QName) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects the given SOAP header in the outgoing message.
soapHeader(QName) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects the given SOAP header in the outgoing message.
SourceAndControlAssertionError - Error in net.javacrumbs.smock.common
Subclass of AssertionError that also contains a message and control message Source for more context.
SourceAndControlAssertionError(String, String, Source, String, Source) - Constructor for error net.javacrumbs.smock.common.SourceAndControlAssertionError
Creates assertion error.

T

TemplateAwareMessageCreator - Class in net.javacrumbs.smock.common
MessageResponseCreator that preprocesses response using TemplateProcessor.
TemplateAwareMessageCreator(Source, Map<String, Object>, TemplateProcessor) - Constructor for class net.javacrumbs.smock.common.TemplateAwareMessageCreator
 
TemplateAwareMessageMatcher - Class in net.javacrumbs.smock.common
MessageCompareMatcher that processes template before comparison.
TemplateAwareMessageMatcher(Source, Map<String, Object>, TemplateProcessor) - Constructor for class net.javacrumbs.smock.common.TemplateAwareMessageMatcher
 
TemplateProcessor - Interface in net.javacrumbs.smock.common
Processes a template.
transform(Source, Result) - Static method in class net.javacrumbs.smock.common.XmlUtil
Does transofrmation.

U

UTF8_CHARSET - Static variable in class net.javacrumbs.smock.common.XmlUtil
 

V

validate(Object) - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
Creates validator based on the response.
validate(Object, Object) - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
Creates validator based on the response and request.
validate(MessageContext) - Static method in class net.javacrumbs.smock.common.server.ServerTestHelper
Creates validator based on the MessageContext.
validPayload(Resource, Resource...) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects the payload to validate against the given XSD schema(s).
validPayload(Resource, Resource...) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects the payload to validate against the given XSD schema(s).
versionMismatchFault() - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects a VersionMismatch fault.
versionMismatchFault(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects a VersionMismatch fault with a particular fault string or reason.

W

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
Respond with an IOException.
withException(RuntimeException) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Respond with an RuntimeException.
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.

X

XmlUtil - Class in net.javacrumbs.smock.common
Helper class for work with XML.
xpath(String) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects the given XPath expression to (not) exist or be evaluated to a value.
xpath(String, Map<String, String>) - Method in class net.javacrumbs.smock.common.client.AbstractCommonWebServiceClientTest
Expects the given XPath expression to (not) exist or be evaluated to a value.
xpath(String) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects the given XPath expression to (not) exist or be evaluated to a value.
xpath(String, Map<String, String>) - Method in class net.javacrumbs.smock.common.server.AbstractCommonWebServiceServerTest
Expects the given XPath expression to (not) exist or be evaluated to a value.
XsltTemplateProcessor - Class in net.javacrumbs.smock.common
XSLT TemplateProcessor.
XsltTemplateProcessor() - Constructor for class net.javacrumbs.smock.common.XsltTemplateProcessor
 

A C D E F G H I L M N P R S T U V W X

Copyright © 2011. All Rights Reserved.