|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.javacrumbs.springws.test.AbstractMockWebServiceMessageSender
public abstract class AbstractMockWebServiceMessageSender
Web message sender that instead of sending request using HTTP sends data to MockWebServiceConnection.
| Constructor Summary | |
|---|---|
AbstractMockWebServiceMessageSender()
|
|
| Method Summary | |
|---|---|
org.springframework.ws.transport.WebServiceConnection |
createConnection(java.net.URI uri)
Creates MockWebServiceConnection. |
java.util.List<org.springframework.ws.server.EndpointInterceptor> |
getInterceptors()
|
protected abstract java.util.List<RequestProcessor> |
getRequestProcessors()
Returns list of request processors. |
void |
setInterceptors(java.util.List<? extends org.springframework.ws.server.EndpointInterceptor> interceptors)
Sets list of interceptors to be applied on request. |
boolean |
supports(java.net.URI uri)
Supports all URIs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMockWebServiceMessageSender()
| Method Detail |
|---|
public org.springframework.ws.transport.WebServiceConnection createConnection(java.net.URI uri)
throws java.io.IOException
MockWebServiceConnection.
createConnection in interface org.springframework.ws.transport.WebServiceMessageSenderjava.io.IOExceptionprotected abstract java.util.List<RequestProcessor> getRequestProcessors()
public boolean supports(java.net.URI uri)
supports in interface org.springframework.ws.transport.WebServiceMessageSenderpublic java.util.List<org.springframework.ws.server.EndpointInterceptor> getInterceptors()
public void setInterceptors(java.util.List<? extends org.springframework.ws.server.EndpointInterceptor> interceptors)
interceptors -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||