Spring Web Services Framework

Uses of Class
org.springframework.ws.transport.AbstractReceiverConnection

Packages that use AbstractReceiverConnection
org.springframework.ws.transport.http Package providing support for handling messages via HTTP. 
org.springframework.ws.transport.jms Package providing support for handling messages via JMS. 
org.springframework.ws.transport.mail Package providing support for handling messages via email. 
 

Uses of AbstractReceiverConnection in org.springframework.ws.transport.http
 

Subclasses of AbstractReceiverConnection in org.springframework.ws.transport.http
 class HttpExchangeConnection
          Implementation of WebServiceConnection that is based on the Java 6 HttpServer HttpExchange.
 class HttpServletConnection
          Implementation of WebServiceConnection that is based on the Servlet API.
 

Uses of AbstractReceiverConnection in org.springframework.ws.transport.jms
 

Subclasses of AbstractReceiverConnection in org.springframework.ws.transport.jms
 class JmsReceiverConnection
          Implementation of WebServiceConnection that is used for server-side JMS access.
 

Uses of AbstractReceiverConnection in org.springframework.ws.transport.mail
 

Subclasses of AbstractReceiverConnection in org.springframework.ws.transport.mail
 class MailReceiverConnection
          Implementation of WebServiceConnection that is used for server-side Mail access.
 


Spring Web Services Framework

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