Index

A B C D E F G H I J L M O P S T W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAsyncStandaloneMessageReceiver - Class in org.springframework.ws.transport.support
Abstract base class for asynchronous standalone, server-side transport objects.
AbstractAsyncStandaloneMessageReceiver() - Constructor for class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
 
AbstractMonitoringStrategy - Class in org.springframework.ws.transport.mail.monitor
Abstract base class for the MonitoringStrategy interface.
AbstractMonitoringStrategy() - Constructor for class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
 
AbstractStandaloneMessageReceiver - Class in org.springframework.ws.transport.support
Abstract base class for standalone, server-side transport objects.
AbstractStandaloneMessageReceiver() - Constructor for class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
 
activate() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Initialize this server.
addHeader(Message, String, String) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Adds the given header to the specified message.
addHeader(Message, String, String) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
 
addRequestHeader(String, String) - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
addRequestHeader(String, String) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
addRequestHeader(String, String) - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
addResponseHeader(String, String) - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
addResponseHeader(String, String) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
addResponseHeader(String, String) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
addResponseHeader(String, String) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.mail.MailMessageSender
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Calls AbstractStandaloneMessageReceiver.activate() when the BeanFactory initializes the receiver instance.
afterPropertiesSet() - Method in class org.springframework.ws.transport.support.SimpleWebServiceMessageReceiverObjectSupport
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
 
afterSleep(Folder) - Method in class org.springframework.ws.transport.mail.monitor.PollingMonitoringStrategy
Invoked after the Thread.sleep(long) method has been invoked.
afterSleep(Folder) - Method in class org.springframework.ws.transport.mail.monitor.Pop3PollingMonitoringStrategy
Re-opens the folder, if it closed.

B

BYTES_MESSAGE_TYPE - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
Indicates a BytesMessage type.

C

closeFolder(Folder) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
Close the given JavaMail Folder and ignore any thrown exception.
closeFolder(Folder, boolean) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
Close the given JavaMail Folder and ignore any thrown exception.
closeService(Service) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
Close the given JavaMail Service and ignore any thrown exception.
createConnection(URI) - Method in class org.springframework.ws.transport.jms.JmsMessageSender
 
createConnection(URI) - Method in class org.springframework.ws.transport.mail.MailMessageSender
 
createConnection(URI) - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
 
createConnectionConfiguration(String, int, String) - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
Creates the ConnectionConfiguration from the given parameters.
createDefaultTaskExecutor() - Method in class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
Create a default TaskExecutor.
createThread() - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
 

D

DEFAULT_MESSAGE_ENCODING - Static variable in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
Default encoding used to read from and write to Message messages.
DEFAULT_MESSAGE_ENCODING - Static variable in class org.springframework.ws.transport.xmpp.XmppMessageSender
Default encoding used to read from and write to Message messages.
DEFAULT_POLLING_FREQUENCY - Static variable in class org.springframework.ws.transport.mail.monitor.PollingMonitoringStrategy
Defines the default polling frequency.
DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.ws.transport.jms.JmsMessageSender
Default timeout for receive operations: -1 indicates a blocking receive without timeout.
DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.ws.transport.mail.MailMessageSender
Default timeout for receive operations.
DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.ws.transport.xmpp.XmppMessageSender
Default timeout for receive operations: -1 indicates a blocking receive without timeout.
DEFAULT_SSL_PROTOCOL - Static variable in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
The default SSL protocol.
DEFAULT_TEXT_MESSAGE_ENCODING - Static variable in class org.springframework.ws.transport.jms.JmsMessageReceiver
Default encoding used to read from and write to TextMessage messages.
DEFAULT_TEXT_MESSAGE_ENCODING - Static variable in class org.springframework.ws.transport.jms.JmsMessageSender
Default encoding used to read fromn and write to TextMessage messages.
DEFAULT_THREAD_NAME_PREFIX - Variable in class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
Default thread name prefix.
deleteMessages(Folder, Message[]) - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
Deletes the given messages from the given folder.
deleteMessages(Folder, Message[]) - Method in class org.springframework.ws.transport.mail.monitor.Pop3PollingMonitoringStrategy
Deletes the given messages from the given folder, and closes it to expunge deleted messages.
destroy() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Calls AbstractStandaloneMessageReceiver.shutdown() when the BeanFactory destroys the receiver instance.
destroy() - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 

E

endpointNotFound() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
execute(Runnable) - Method in class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
Executes the given Runnable via this receiver's TaskExecutor.

F

fetchMessages(Folder, Message[]) - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
Fetches the specified messages from the specified folder.

G

getDeliveryMode(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Returns the delivery mode of the given URI.
getDestinationName(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Returns the destination name of the given URI.
getErrorMessage() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
getErrorMessage() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
getErrorMessage() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
getErrorMessage() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
getErrorMessage() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
getErrorMessage() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
getErrorMessage() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
getErrorMessage(Message) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
 
getFolderOpenMode() - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
 
getFolderOpenMode() - Method in interface org.springframework.ws.transport.mail.monitor.MonitoringStrategy
Returns the folder open mode to be used by this strategy.
getHeaderNames(Message) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Returns an iterator over all header names in the given message.
getHeaderNames(Message) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
 
getHeaders(Message, String) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Returns an iterator over all the header values of the given message and header name.
getHeaders(Message, String) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
 
getHttpExchange() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
Returns the HttpExchange for this connection.
getJmsException() - Method in exception org.springframework.ws.transport.jms.JmsTransportException
 
getMessageReceiver() - Method in class org.springframework.ws.transport.support.SimpleWebServiceMessageReceiverObjectSupport
Returns the WebServiceMessageReceiver used by this listener.
getMessageType(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Returns the message type of the given URI.
getMessagingException() - Method in exception org.springframework.ws.transport.mail.MailTransportException
 
getObject() - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 
getPriority(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Returns the priority of the given URI.
getReplyToName(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Returns the reply-to name of the given URI.
getRequestHeaderNames() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
getRequestHeaderNames() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
getRequestHeaderNames() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
getRequestHeaderNames() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
getRequestHeaders(String) - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
getRequestHeaders(String) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
getRequestHeaders(String) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
getRequestHeaders(String) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
getRequestInputStream() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
getRequestInputStream() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
getRequestInputStream() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
getRequestInputStream() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
getRequestMessage() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
Returns the request message for this connection.
getRequestMessage() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
Returns the request message for this connection.
getRequestMessage() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
Returns the request message for this connection.
getRequestMessage() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
Returns the request message for this connection.
getRequestMessage() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
Returns the request message for this connection.
getRequestMessage() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
Returns the request message for this connection.
getRequestOutputStream() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
getRequestOutputStream() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
getRequestOutputStream() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
getResponseHeaderNames() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
getResponseHeaderNames() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
getResponseHeaderNames() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
getResponseHeaders(String) - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
getResponseHeaders(String) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
getResponseHeaders(String) - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
getResponseInputStream() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
getResponseInputStream() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
getResponseInputStream() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
getResponseMessage() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
Returns the response message, if any, for this connection.
getResponseMessage() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
Returns the response message, if any, for this connection.
getResponseMessage() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
Returns the response message, if any, for this connection.
getResponseMessage() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
Returns the response message, if any, for this connection.
getResponseMessage() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
Returns the response message, if any, for this connection.
getResponseMessage() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
Returns the response message, if any, for this connection.
getResponseOutputStream() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
getResponseOutputStream() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
getResponseOutputStream() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
getResponseOutputStream() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
getSubject(URI) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
 
getTimeToLive(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Returns the lifetime, in milliseconds, of the given URI.
getTo(URI) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
 
getTo(URI) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
 
getUri() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
getUri() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
getUri() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
getUri() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
getUri() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
getUri() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
getUri() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 

H

handle(HttpExchange) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHttpHandler
 
handle(HttpExchange) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
 
handleConnection(WebServiceConnection) - Method in class org.springframework.ws.transport.support.SimpleWebServiceMessageReceiverObjectSupport
 
handleMessage(Message, Session) - Method in class org.springframework.ws.transport.jms.JmsMessageReceiver
Handles an incoming message.
hasError() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
hasError() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
hasError() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
hasError() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
hasError() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
hasError() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
hasError() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
hasError(Message) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
 
hasFault() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
hasResponse() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
hasResponse() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
hasResponse() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
HEADER_IN_REPLY_TO - Static variable in interface org.springframework.ws.transport.mail.MailTransportConstants
The "In-Reply-To" header.
headerToJmsProperty(String) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Converts the given transport header to a JMS property name.
HttpExchangeConnection - Class in org.springframework.ws.transport.http
Implementation of WebServiceConnection that is based on the Java 6 HttpServer HttpExchange.
HttpExchangeConnection(HttpExchange) - Constructor for class org.springframework.ws.transport.http.HttpExchangeConnection
Constructs a new exchange connection with the given HttpExchange.
HttpsTransportException - Exception in org.springframework.ws.transport.http
Exception that is thrown when an error occurs in the HTTP transport.
HttpsTransportException(String) - Constructor for exception org.springframework.ws.transport.http.HttpsTransportException
 
HttpsTransportException(String, Throwable) - Constructor for exception org.springframework.ws.transport.http.HttpsTransportException
 
HttpsUrlConnectionMessageSender - Class in org.springframework.ws.transport.http
Extension of HttpUrlConnectionMessageSender that adds support for (self-signed) HTTPS certificates.
HttpsUrlConnectionMessageSender() - Constructor for class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
 

I

ImapIdleMonitoringStrategy - Class in org.springframework.ws.transport.mail.monitor
Implementation of the MonitoringStrategy interface that uses the IMAP IDLE command for asynchronous message detection.
ImapIdleMonitoringStrategy() - Constructor for class org.springframework.ws.transport.mail.monitor.ImapIdleMonitoringStrategy
 
isActive() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Return whether this server is currently active, that is, whether it has been set up but not shut down yet.
isRunning() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Return whether this server is currently running, that is, whether it has been started and not stopped yet.
isSingleton() - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 

J

JMS_URI_SCHEME - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
The "jms" URI scheme"
JmsMessageReceiver - Class in org.springframework.ws.transport.jms
Convenience base class for JMS server-side transport objects.
JmsMessageReceiver() - Constructor for class org.springframework.ws.transport.jms.JmsMessageReceiver
 
JmsMessageSender - Class in org.springframework.ws.transport.jms
WebServiceMessageSender implementation that uses JMS Messages.
JmsMessageSender() - Constructor for class org.springframework.ws.transport.jms.JmsMessageSender
Create a new JmsMessageSender
JmsMessageSender(ConnectionFactory) - Constructor for class org.springframework.ws.transport.jms.JmsMessageSender
Create a new JmsMessageSender, given a ConnectionFactory.
jmsPropertyToHeader(String) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Converts the given JMS property name to a transport header name.
JmsReceiverConnection - Class in org.springframework.ws.transport.jms
Implementation of WebServiceConnection that is used for server-side JMS access.
JmsReceiverConnection(BytesMessage, Session) - Constructor for class org.springframework.ws.transport.jms.JmsReceiverConnection
Constructs a new JMS connection with the given BytesMessage.
JmsReceiverConnection(TextMessage, String, Session) - Constructor for class org.springframework.ws.transport.jms.JmsReceiverConnection
Constructs a new JMS connection with the given TextMessage.
JmsSenderConnection - Class in org.springframework.ws.transport.jms
Implementation of WebServiceConnection that is used for client-side JMS access.
JmsSenderConnection(ConnectionFactory, Connection, Session, Destination, Message) - Constructor for class org.springframework.ws.transport.jms.JmsSenderConnection
Constructs a new JMS connection with the given parameters.
JmsTransportConstants - Interface in org.springframework.ws.transport.jms
Declares JMS-specific transport constants.
JmsTransportException - Exception in org.springframework.ws.transport.jms
Exception that is thrown when an error occurs in the JMS transport.
JmsTransportException(JMSException) - Constructor for exception org.springframework.ws.transport.jms.JmsTransportException
 
JmsTransportException(String, JMSException) - Constructor for exception org.springframework.ws.transport.jms.JmsTransportException
 
JmsTransportUtils - Class in org.springframework.ws.transport.jms.support
Collection of utility methods to work with JMS transports.

L

logger - Variable in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
Logger available to subclasses.

M

MAIL_URI_SCHEME - Static variable in interface org.springframework.ws.transport.mail.MailTransportConstants
The "mail" URI scheme.
MailMessageReceiver - Class in org.springframework.ws.transport.mail
Server-side component for receiving email messages using JavaMail.
MailMessageReceiver() - Constructor for class org.springframework.ws.transport.mail.MailMessageReceiver
 
MailMessageSender - Class in org.springframework.ws.transport.mail
WebServiceMessageSender implementation that uses Mail MimeMessages.
MailMessageSender() - Constructor for class org.springframework.ws.transport.mail.MailMessageSender
 
MailReceiverConnection - Class in org.springframework.ws.transport.mail
Implementation of WebServiceConnection that is used for server-side Mail access.
MailReceiverConnection(Message, Session) - Constructor for class org.springframework.ws.transport.mail.MailReceiverConnection
Constructs a new Mail connection with the given parameters.
MailSenderConnection - Class in org.springframework.ws.transport.mail
Implementation of WebServiceConnection that is used for client-side Mail access.
MailSenderConnection(Session, URLName, URLName, InternetAddress, long) - Constructor for class org.springframework.ws.transport.mail.MailSenderConnection
Constructs a new Mail connection with the given parameters.
MailTransportConstants - Interface in org.springframework.ws.transport.mail
Declares Mail-specific transport constants.
MailTransportException - Exception in org.springframework.ws.transport.mail
Exception that is thrown when an error occurs in the Mail transport.
MailTransportException(MessagingException) - Constructor for exception org.springframework.ws.transport.mail.MailTransportException
 
MailTransportException(String, MessagingException) - Constructor for exception org.springframework.ws.transport.mail.MailTransportException
 
MailTransportUtils - Class in org.springframework.ws.transport.mail.support
Collection of utility methods to work with Mail transports.
monitor(Folder) - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
Monitors the given folder, and returns any new messages when they arrive.
monitor(Folder) - Method in interface org.springframework.ws.transport.mail.monitor.MonitoringStrategy
Monitors the given folder, and returns any new messages when they arrive.
MonitoringStrategy - Interface in org.springframework.ws.transport.mail.monitor
Defines the contract for objects that monitor a given folder for new messages.

O

onActivate() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
onActivate() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Template method invoked when AbstractStandaloneMessageReceiver.activate() is invoked.
onActivate() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
onClose() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
onClose() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
onClose() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
onMessage(Message, Session) - Method in class org.springframework.ws.transport.jms.WebServiceMessageListener
 
onReceiveBeforeRead() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
onReceiveBeforeRead() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
onReceiveBeforeRead() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
onShutdown() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
onShutdown() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Template method invoked when AbstractStandaloneMessageReceiver.shutdown() is invoked.
onShutdown() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
onStart() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
onStart() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Template method invoked when AbstractStandaloneMessageReceiver.start() is invoked.
onStart() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
onStop() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
onStop() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Template method invoked when AbstractStandaloneMessageReceiver.stop() is invoked.
onStop() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
org.springframework.ws.transport.http - package org.springframework.ws.transport.http
 
org.springframework.ws.transport.jms - package org.springframework.ws.transport.jms
Package providing support for handling messages via JMS.
org.springframework.ws.transport.jms.support - package org.springframework.ws.transport.jms.support
Classes supporting the org.springframework.ws.transport.jms package.
org.springframework.ws.transport.mail - package org.springframework.ws.transport.mail
Package providing support for handling messages via email.
org.springframework.ws.transport.mail.monitor - package org.springframework.ws.transport.mail.monitor
Provides the MonitoringStrategy interface and implementations.
org.springframework.ws.transport.mail.support - package org.springframework.ws.transport.mail.support
Classes supporting the org.springframework.ws.transport.mail package.
org.springframework.ws.transport.support - package org.springframework.ws.transport.support
 
org.springframework.ws.transport.xmpp - package org.springframework.ws.transport.xmpp
Package providing support for handling messages via xmpp.
org.springframework.ws.transport.xmpp.support - package org.springframework.ws.transport.xmpp.support
 

P

PollingMonitoringStrategy - Class in org.springframework.ws.transport.mail.monitor
Implementation of the MonitoringStrategy interface that uses a simple polling mechanism.
PollingMonitoringStrategy() - Constructor for class org.springframework.ws.transport.mail.monitor.PollingMonitoringStrategy
 
Pop3PollingMonitoringStrategy - Class in org.springframework.ws.transport.mail.monitor
Implementation of the MonitoringStrategy interface that uses a simple polling mechanism suitable for POP3 servers.
Pop3PollingMonitoringStrategy() - Constructor for class org.springframework.ws.transport.mail.monitor.Pop3PollingMonitoringStrategy
 
prepareConnection(HttpURLConnection) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
 
PROPERTY_ACCEPT_ENCODING - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
JMS property used for storing TransportConstants.HEADER_ACCEPT_ENCODING.
PROPERTY_CONTENT_LENGTH - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
JMS property used for storing TransportConstants.HEADER_CONTENT_LENGTH.
PROPERTY_CONTENT_TYPE - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
JMS property used for storing TransportConstants.HEADER_CONTENT_TYPE.
PROPERTY_PREFIX - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
Prefix for JMS properties that map to transport headers.
PROPERTY_SOAP_ACTION - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
JMS property used for storing TransportConstants.HEADER_SOAP_ACTION.

S

searchForNewMessages(Folder) - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
Retrieves new messages from the given folder.
searchForNewMessages(Folder) - Method in class org.springframework.ws.transport.mail.monitor.Pop3PollingMonitoringStrategy
Simply returns Folder.getMessages().
setAutoStartup(boolean) - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Set whether to automatically start the receiver after initialization.
setBeanName(String) - Method in class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
 
setChunkedEncoding(boolean) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHttpHandler
Enables chunked encoding on response bodies.
setConnection(XMPPTCPConnection) - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
Sets the XMPPConnection to use.
setConnection(XMPPConnection) - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
Sets the XMPPConnection.
setDefinition(WsdlDefinition) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
 
setDeleteMessages(boolean) - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
Sets whether messages should be marked as DELETED after they have been read.
setDeleteMessages(boolean) - Method in class org.springframework.ws.transport.mail.monitor.Pop3PollingMonitoringStrategy
 
setFault(boolean) - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
Deprecated.
setFaultCode(QName) - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
setFrom(String) - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
Sets the from address to use when sending response messages.
setFrom(String) - Method in class org.springframework.ws.transport.mail.MailMessageSender
Sets the from address to use when sending request messages.
setHost(String) - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
Sets the server host to connect to.
setHostnameVerifier(HostnameVerifier) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
Specifies the host name verifier to use for this message sender.
setJavaMailProperties(Properties) - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
Set JavaMail properties for the Session.
setJavaMailProperties(Properties) - Method in class org.springframework.ws.transport.mail.MailMessageSender
Set JavaMail properties for the Session.
setKeyManagers(KeyManager[]) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
Specifies the key managers to use for this message sender.
setMessageEncoding(String) - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
Sets the encoding used to read from Message object.
setMessageReceiver(WebServiceMessageReceiver) - Method in class org.springframework.ws.transport.support.SimpleWebServiceMessageReceiverObjectSupport
Sets the WebServiceMessageReceiver used by this listener.
setMonitoringStrategy(MonitoringStrategy) - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
Sets the monitoring strategy to use for retrieving new requests.
setPassword(String) - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 
setPollingInterval(long) - Method in class org.springframework.ws.transport.mail.monitor.PollingMonitoringStrategy
Sets the interval used in between message polls, in milliseconds.
setPort(int) - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
Sets the server port to connect to.
setPostProcessor(MessagePostProcessor) - Method in class org.springframework.ws.transport.jms.JmsMessageReceiver
Sets the optional MessagePostProcessor to further modify outgoing messages after the XML contents has been set.
setPostProcessor(MessagePostProcessor) - Method in class org.springframework.ws.transport.jms.JmsMessageSender
Sets the optional MessagePostProcessor to further modify outgoing messages after the XML contents has been set.
setReceiveSleepTime(long) - Method in class org.springframework.ws.transport.mail.MailMessageSender
Set the sleep time to use for receive calls, in milliseconds.
setReceiveTimeout(long) - Method in class org.springframework.ws.transport.jms.JmsMessageSender
Set the timeout to use for receive calls.
setReceiveTimeout(long) - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
Set the timeout to use for receive calls.
setResource(String) - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 
setSecureRandom(SecureRandom) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
Specifies the secure random to use for this message sender.
setServiceName(String) - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
Sets the service name to connect to.
setSession(Session) - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
Set the JavaMail Session, possibly pulled from JNDI.
setSession(Session) - Method in class org.springframework.ws.transport.mail.MailMessageSender
Set the JavaMail Session, possibly pulled from JNDI.
setSslProtocol(String) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
Sets the SSL protocol to use.
setSslProvider(String) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
Sets the SSL provider to use.
setSslSocketFactory(SSLSocketFactory) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
Specifies the SSLSocketFactory to use for this message sender.
setStoreUri(String) - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
Sets the JavaMail Store URI to be used for retrieving request messages.
setStoreUri(String) - Method in class org.springframework.ws.transport.mail.MailMessageSender
Sets the JavaMail Store URI to be used for retrieving response messages.
setTaskExecutor(TaskExecutor) - Method in class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
Set the Spring TaskExecutor to use for running the listener threads.
setTextMessageEncoding(String) - Method in class org.springframework.ws.transport.jms.JmsMessageReceiver
Sets the encoding used to read from and write to TextMessage messages.
setTextMessageEncoding(String) - Method in class org.springframework.ws.transport.jms.JmsMessageSender
Sets the encoding used to read from TextMessage messages.
setTransportUri(String) - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
Sets the JavaMail Transport URI to be used for sending response messages.
setTransportUri(String) - Method in class org.springframework.ws.transport.mail.MailMessageSender
Sets the JavaMail Transport URI to be used for sending response messages.
setTrustManagers(TrustManager[]) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
Specifies the trust managers to use for this message sender.
setUsername(String) - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 
shutdown() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Shut down this server.
SimpleWebServiceMessageReceiverObjectSupport - Class in org.springframework.ws.transport.support
Base class for server-side transport objects which have a predefined WebServiceMessageReceiver.
SimpleWebServiceMessageReceiverObjectSupport() - Constructor for class org.springframework.ws.transport.support.SimpleWebServiceMessageReceiverObjectSupport
 
start() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Start this server.
stop() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Stop this server.
supports(URI) - Method in class org.springframework.ws.transport.jms.JmsMessageSender
 
supports(URI) - Method in class org.springframework.ws.transport.mail.MailMessageSender
 
supports(URI) - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
 

T

TEXT_MESSAGE_TYPE - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
Indicates a TextMessage type.
toPasswordProtectedString(URLName) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
Returns a string representation of the given URLName, where the password has been protected.
toUri(Destination) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
Converts the given JMS destination into a jms URI.
toUri(InternetAddress, String) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
Converts the given internet address into a mailto URI.
toUri(Message) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
Converts the given XMPP destination into a xmpp URI.

W

waitForNewMessages(Folder) - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
Template method that blocks until new messages arrive in the given folder.
waitForNewMessages(Folder) - Method in class org.springframework.ws.transport.mail.monitor.ImapIdleMonitoringStrategy
 
waitForNewMessages(Folder) - Method in class org.springframework.ws.transport.mail.monitor.PollingMonitoringStrategy
 
WebServiceMessageListener - Class in org.springframework.ws.transport.jms
Spring SessionAwareMessageListener that can be used to handle incoming Message service requests.
WebServiceMessageListener() - Constructor for class org.springframework.ws.transport.jms.WebServiceMessageListener
 
WebServiceMessageReceiverHttpHandler - Class in org.springframework.ws.transport.http
HttpHandler that can be used to handle incoming HttpExchange service requests.
WebServiceMessageReceiverHttpHandler() - Constructor for class org.springframework.ws.transport.http.WebServiceMessageReceiverHttpHandler
 
WsdlDefinitionHttpHandler - Class in org.springframework.ws.transport.http
 
WsdlDefinitionHttpHandler() - Constructor for class org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
 
WsdlDefinitionHttpHandler(WsdlDefinition) - Constructor for class org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
 

X

XMPP_URI_SCHEME - Static variable in interface org.springframework.ws.transport.xmpp.XmppTransportConstants
The "xmpp" URI scheme.
XmppConnectionFactoryBean - Class in org.springframework.ws.transport.xmpp.support
Factory to make XMPPConnection and perform connection and login on the XMPP server
XmppConnectionFactoryBean() - Constructor for class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 
XmppMessageReceiver - Class in org.springframework.ws.transport.xmpp
Server-side component for receiving XMPP (Jabber) messages.
XmppMessageReceiver() - Constructor for class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
XmppMessageSender - Class in org.springframework.ws.transport.xmpp
WebServiceMessageSender implementation that uses XMPP Messages.
XmppMessageSender() - Constructor for class org.springframework.ws.transport.xmpp.XmppMessageSender
 
XmppReceiverConnection - Class in org.springframework.ws.transport.xmpp
Implementation of WebServiceConnection that is used for server-side XMPP access.
XmppReceiverConnection(XMPPConnection, Message) - Constructor for class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
XmppSenderConnection - Class in org.springframework.ws.transport.xmpp
Implementation of WebServiceConnection that is used for client-side XMPP access.
XmppSenderConnection(XMPPConnection, String, String) - Constructor for class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
XmppTransportConstants - Interface in org.springframework.ws.transport.xmpp
Declares XMPP-specific transport constants.
XmppTransportUtils - Class in org.springframework.ws.transport.xmpp.support
Collection of utility methods to work with Mail transports.
A B C D E F G H I J L M O P S T W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form