Spring Web Services Framework

Uses of Interface
org.springframework.ws.transport.TransportConstants

Packages that use TransportConstants
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. 
org.springframework.ws.transport.xmpp Package providing support for handling messages via xmpp. 
 

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

Subinterfaces of TransportConstants in org.springframework.ws.transport.http
 interface HttpTransportConstants
          Declares HTTP-specific transport constants.
 

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

Subinterfaces of TransportConstants in org.springframework.ws.transport.jms
 interface JmsTransportConstants
          Declares JMS-specific transport constants.
 

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

Subinterfaces of TransportConstants in org.springframework.ws.transport.mail
 interface MailTransportConstants
          Declares Mail-specific transport constants.
 

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

Subinterfaces of TransportConstants in org.springframework.ws.transport.xmpp
 interface XmppTransportConstants
          Declares XMPP-specific transport constants.
 


Spring Web Services Framework

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