- JaasCertificateValidationCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback.jaas
-
Provides basic support for integrating with JAAS and certificates.
- JaasCertificateValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.jaas.JaasCertificateValidationCallbackHandler
-
- JaasPlainTextPasswordValidationCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback.jaas
-
Provides basic support for integrating with JAAS and plain text passwords.
- JaasPlainTextPasswordValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.jaas.JaasPlainTextPasswordValidationCallbackHandler
-
- JaxbElementPayloadMethodProcessor - Class in org.springframework.ws.server.endpoint.adapter.method.jaxb
-
- JaxbElementPayloadMethodProcessor() - Constructor for class org.springframework.ws.server.endpoint.adapter.method.jaxb.JaxbElementPayloadMethodProcessor
-
- JaxenXPathTemplate - Class in org.springframework.xml.xpath
-
- JaxenXPathTemplate() - Constructor for class org.springframework.xml.xpath.JaxenXPathTemplate
-
- Jaxp13XPathTemplate - Class in org.springframework.xml.xpath
-
- Jaxp13XPathTemplate() - Constructor for class org.springframework.xml.xpath.Jaxp13XPathTemplate
-
- Jaxp13XPathTemplate(String) - Constructor for class org.springframework.xml.xpath.Jaxp13XPathTemplate
-
- JAXP_10 - Static variable in class org.springframework.xml.JaxpVersion
-
Constant identifying JAXP 1.0.
- JAXP_11 - Static variable in class org.springframework.xml.JaxpVersion
-
Constant identifying JAXP 1.1.
- JAXP_13 - Static variable in class org.springframework.xml.JaxpVersion
-
Constant identifying JAXP 1.3.
- JAXP_14 - Static variable in class org.springframework.xml.JaxpVersion
-
Constant identifying JAXP 1.4.
- JaxpVersion - Class in org.springframework.xml
-
Helper class used to find the current version of JAXP.
- JaxpVersion() - Constructor for class org.springframework.xml.JaxpVersion
-
- JDomPayloadMethodProcessor - Class in org.springframework.ws.server.endpoint.adapter.method.dom
-
- JDomPayloadMethodProcessor() - Constructor for class org.springframework.ws.server.endpoint.adapter.method.dom.JDomPayloadMethodProcessor
-
- 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
-
- 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
-
- 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
-
- 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(String, JMSException) - Constructor for exception org.springframework.ws.transport.jms.JmsTransportException
-
- JmsTransportException(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.