Spring Web Services Framework

org.springframework.ws.transport
Interface EndpointAwareWebServiceConnection

All Superinterfaces:
WebServiceConnection
All Known Implementing Classes:
HttpExchangeConnection, HttpServletConnection

public interface EndpointAwareWebServiceConnection
extends WebServiceConnection

Sub-interface of WebServiceConnection that is aware of any server-side situations where an endpoint is not found. Typically, this results in a special error codes.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
NoEndpointFoundException

Method Summary
 void endpointNotFound()
          Called when an endpoint is not found.
 
Methods inherited from interface org.springframework.ws.transport.WebServiceConnection
close, getErrorMessage, getUri, hasError, receive, send
 

Method Detail

endpointNotFound

void endpointNotFound()
Called when an endpoint is not found.


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.