|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher
org.springframework.ws.test.support.matcher.SoapHeaderMatcher
public class SoapHeaderMatcher
Matches SOAP headers.
| Constructor Summary | |
|---|---|
SoapHeaderMatcher(javax.xml.namespace.QName soapHeaderName)
Creates a new instance of the SoapHeaderMatcher that checks for the presence of the given SOAP header
name. |
|
| Method Summary | |
|---|---|
protected void |
match(org.springframework.ws.soap.SoapMessage soapMessage)
Abstract template method that gets invoked from AbstractSoapMessageMatcher.match(WebServiceMessage) if the given message is a
SoapMessage. |
| Methods inherited from class org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher |
|---|
match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapHeaderMatcher(javax.xml.namespace.QName soapHeaderName)
SoapHeaderMatcher that checks for the presence of the given SOAP header
name.
soapHeaderName - the header name to check for| Method Detail |
|---|
protected void match(org.springframework.ws.soap.SoapMessage soapMessage)
throws java.io.IOException,
java.lang.AssertionError
AbstractSoapMessageMatcherAbstractSoapMessageMatcher.match(WebServiceMessage) if the given message is a
SoapMessage.
match in class AbstractSoapMessageMatchersoapMessage - the soap message
java.io.IOException - in case of I/O errors
java.lang.AssertionError - if expectations are not met
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||