Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.ws.transport Classes and Interfaces - 71 results found.
NameDescriptionTypePackageFramework
AbstractAsyncStandaloneMessageReceiverAbstract base class for asynchronous standalone, server-side transport objects.Classorg.springframework.ws.transport.supportSpring WebService
AbstractHttpSenderConnectionAbstract base class for WebServiceConnection implementations that send request over HTTP.Classorg.springframework.ws.transport.httpSpring WebService
AbstractHttpWebServiceMessageSenderAbstract base class for WebServiceMessageSender implementations that useSince:1.Classorg.springframework.ws.transport.httpSpring WebService
AbstractMonitoringStrategyAbstract base class for the MonitoringStrategy interface.Classorg.springframework.ws.transport.mail.monitorSpring WebService
AbstractReceiverConnectionAbstract base class for WebServiceConnection implementations used for receiving requests.Classorg.springframework.ws.transportSpring WebService
AbstractSenderConnectionAbstract base class for WebServiceConnection implementations used for sending requests.Classorg.springframework.ws.transportSpring WebService
AbstractStandaloneMessageReceiverAbstract base class for standalone, server-side transport objects.Classorg.springframework.ws.transport.supportSpring WebService
AbstractWebServiceConnectionAbstract base class for WebServiceConnection implementations.Classorg.springframework.ws.transportSpring WebService
CommonsHttpConnectionClassorg.springframework.ws.transport.httpSpring WebService
CommonsHttpMessageSenderWebServiceMessageSender implementation that uses JakartaCommons HttpClient to execute POST requests.Classorg.springframework.ws.transport.httpSpring WebService
DefaultTransportContextDefault implementation of the TransportContext interface.Classorg.springframework.ws.transport.contextSpring WebService
EndpointAwareWebServiceConnectionSub-interface of WebServiceConnection that is aware of any server-side situations where an endpoint is notfound.Interfaceorg.springframework.ws.transportSpring WebService
EnumerationIteratorAdapts an Enumeration to follow the interface of Iterator.Classorg.springframework.ws.transport.supportSpring WebService
FaultAwareWebServiceConnectionSub-interface of WebServiceConnection that is aware of any Fault messages received.Interfaceorg.springframework.ws.transportSpring WebService
HttpComponentsConnectionClassorg.springframework.ws.transport.httpSpring WebService
HttpComponentsMessageSenderWebServiceMessageSender implementation that uses ApacheHttpClient to execute POST requests.Classorg.springframework.ws.transport.httpSpring WebService
HttpComponentsMessageSender .RemoveSoapHeadersInterceptorHttpClient HttpRequestInterceptor implementation that removes Content-Length andTransfer-Encoding headers from the request.Classorg.springframework.ws.transport.http.HttpComponentsMessageSenderSpring WebService
HttpExchangeConnectionClassorg.springframework.ws.transport.httpSpring WebService
HttpServletConnectionClassorg.springframework.ws.transport.httpSpring WebService
HttpsTransportExceptionException that is thrown when an error occurs in the HTTP transport.Classorg.springframework.ws.transport.httpSpring WebService
HttpsUrlConnectionMessageSenderExtension of HttpUrlConnectionMessageSender that adds support for (self-signed) HTTPS certificates.Classorg.springframework.ws.transport.httpSpring WebService
HttpTransportConstantsDeclares HTTP-specific transport constants.Interfaceorg.springframework.ws.transport.httpSpring WebService
HttpTransportExceptionException that is thrown when an error occurs in the HTTP transport.Classorg.springframework.ws.transport.httpSpring WebService
HttpUrlConnectionClassorg.springframework.ws.transport.httpSpring WebService
HttpUrlConnectionMessageSenderWebServiceMessageSender implementation that uses standard J2SE facilities to execute POST requests,without support for HTTP authentication or advanced configuration options.Classorg.springframework.ws.transport.httpSpring WebService
ImapIdleMonitoringStrategyNote that this implementation is only suitable for use with IMAP servers which support the IDLE command.Classorg.springframework.ws.transport.mail.monitorSpring WebService
JmsMessageReceiverConvenience base class for JMS server-side transport objects.Classorg.springframework.ws.transport.jmsSpring WebService
JmsMessageSenderWebServiceMessageSender implementation that uses JMS Messages.Classorg.springframework.ws.transport.jmsSpring WebService
JmsReceiverConnectionThe response message type is equal to the request message type, i.Classorg.springframework.ws.transport.jmsSpring WebService
JmsSenderConnectionClassorg.springframework.ws.transport.jmsSpring WebService
JmsTransportConstantsDeclares JMS-specific transport constants.Interfaceorg.springframework.ws.transport.jmsSpring WebService
JmsTransportExceptionException that is thrown when an error occurs in the JMS transport.Classorg.springframework.ws.transport.jmsSpring WebService
JmsTransportUtilsCollection of utility methods to work with JMS transports.Classorg.springframework.ws.transport.jms.supportSpring WebService
LocationTransformerObjectSupportAbstract base class for WsdlDefinitionHandlerAdapter and XsdSchemaHandlerAdapter that transformsXSD and WSDL location attributes.Classorg.springframework.ws.transport.httpSpring WebService
MailMessageReceiverServer-side component for receiving email messages using JavaMail.Classorg.springframework.ws.transport.mailSpring WebService
MailMessageSenderWebServiceMessageSender implementation that uses Mail MimeMessages.Classorg.springframework.ws.transport.mailSpring WebService
MailReceiverConnectionrequest and response message.Classorg.springframework.ws.transport.mailSpring WebService
MailSenderConnectionrequest and response message.Classorg.springframework.ws.transport.mailSpring WebService
MailTransportConstantsDeclares Mail-specific transport constants.Interfaceorg.springframework.ws.transport.mailSpring WebService
MailTransportExceptionException that is thrown when an error occurs in the Mail transport.Classorg.springframework.ws.transport.mailSpring WebService
MailTransportUtilsCollection of utility methods to work with Mail transports.Classorg.springframework.ws.transport.mail.supportSpring WebService
MessageDispatcherServletServlet for simplified dispatching of Web service messages.Classorg.springframework.ws.transport.httpSpring WebService
MonitoringStrategyDefines the contract for objects that monitor a given folder for new messages.Interfaceorg.springframework.ws.transport.mail.monitorSpring WebService
PollingMonitoringStrategyNote that this implementation is not suitable for use with POP3 servers.Classorg.springframework.ws.transport.mail.monitorSpring WebService
Pop3PollingMonitoringStrategyservers.Classorg.springframework.ws.transport.mail.monitorSpring WebService
SimpleWebServiceMessageReceiverObjectSupportBase class for server-side transport objects which have a predefined WebServiceMessageReceiver.Classorg.springframework.ws.transport.supportSpring WebService
TransportConstantsDeclares useful transport constants.Interfaceorg.springframework.ws.transportSpring WebService
TransportContextStrategy interface for determining the current WebServiceConnection.Interfaceorg.springframework.ws.transport.contextSpring WebService
TransportContextHolderSimple holder class that associates a TransportContext instance with the current thread.Classorg.springframework.ws.transport.contextSpring WebService
TransportExceptionAbstract base class for exceptions related to the transport layer.Classorg.springframework.ws.transportSpring WebService
TransportInputStreamA TransportInputStream is an input stream with MIME input headers.Classorg.springframework.ws.transportSpring WebService
TransportOutputStreamA TransportOutputStream is an output stream with MIME input headers.Classorg.springframework.ws.transportSpring WebService
TransportUtilsGeneric utility methods for working with Web service transports.Classorg.springframework.ws.transport.supportSpring WebService
WebServiceConnectionRepresents a point-to-point connection that a client can use for sending WebServiceMessage objects directlyA WebServiceConnection can be obtained using a WebServiceMessageSender.Interfaceorg.springframework.ws.transportSpring WebService
WebServiceMessageDrivenBeanEJB MessageDrivenBean that can be used to handleMessage incoming JMS messages.Classorg.springframework.ws.transport.jmsSpring WebService
WebServiceMessageListenerSpring SessionAwareMessageListener that can be used to handle incoming Message service requests.Classorg.springframework.ws.transport.jmsSpring WebService
WebServiceMessageReceiverDefines the methods for classes capable of receiving WebServiceMessage instancescoming in on a transport.Interfaceorg.springframework.ws.transportSpring WebService
WebServiceMessageReceiverHandlerAdapterAdapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService
WebServiceMessageReceiverHttpHandlerHttpHandler that can be used to handle incoming HttpExchange service requests.Classorg.springframework.ws.transport.httpSpring WebService
WebServiceMessageReceiverObjectSupportConvenience base class for server-side transport objects.Classorg.springframework.ws.transport.supportSpring WebService
WebServiceMessageSenderDefines the methods for classes capable of sending and receiving WebServiceMessage instances across aThe WebServiceMessageSender is basically a factory for WebServiceConnection objects.Interfaceorg.springframework.ws.transportSpring WebService
WsdlDefinitionHandlerAdapterAdapter to use the WsdlDefinition interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService
WsdlDefinitionHttpHandlerClassorg.springframework.ws.transport.httpSpring WebService
XmppConnectionFactoryBeanFactory to make XMPPConnection and perform connection and login on the XMPP serverSince:2.Classorg.springframework.ws.transport.xmpp.supportSpring WebService
XmppMessageReceiverServer-side component for receiving XMPP (Jabber) messages.Classorg.springframework.ws.transport.xmppSpring WebService
XmppMessageSenderWebServiceMessageSender implementation that uses XMPP Messages.Classorg.springframework.ws.transport.xmppSpring WebService
XmppReceiverConnectionaccess.Classorg.springframework.ws.transport.xmppSpring WebService
XmppSenderConnectionaccess.Classorg.springframework.ws.transport.xmppSpring WebService
XmppTransportConstantsDeclares XMPP-specific transport constants.Interfaceorg.springframework.ws.transport.xmppSpring WebService
XmppTransportUtilsCollection of utility methods to work with Mail transports.Classorg.springframework.ws.transport.xmpp.supportSpring WebService
XsdSchemaHandlerAdapterAdapter to use the XsdSchema interface with the generic DispatcherServlet.Classorg.springframework.ws.transport.httpSpring WebService