Spring Web Services Framework

Uses of Class
org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver

Packages that use AbstractStandaloneMessageReceiver
org.springframework.ws.transport.mail Package providing support for handling messages via email. 
org.springframework.ws.transport.support Classes supporting the org.springframework.ws.transport package. 
org.springframework.ws.transport.xmpp Package providing support for handling messages via xmpp. 
 

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

Subclasses of AbstractStandaloneMessageReceiver in org.springframework.ws.transport.mail
 class MailMessageReceiver
          Server-side component for receiving email messages using JavaMail.
 

Uses of AbstractStandaloneMessageReceiver in org.springframework.ws.transport.support
 

Subclasses of AbstractStandaloneMessageReceiver in org.springframework.ws.transport.support
 class AbstractAsyncStandaloneMessageReceiver
          Abstract base class for asynchronous standalone, server-side transport objects.
 

Uses of AbstractStandaloneMessageReceiver in org.springframework.ws.transport.xmpp
 

Subclasses of AbstractStandaloneMessageReceiver in org.springframework.ws.transport.xmpp
 class XmppMessageReceiver
          Server-side component for receiving XMPP (Jabber) messages.
 


Spring Web Services Framework

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