Class SimpleWebServiceMessageReceiverObjectSupport

java.lang.Object
org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
org.springframework.ws.transport.support.SimpleWebServiceMessageReceiverObjectSupport
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
AbstractStandaloneMessageReceiver, JmsMessageReceiver, WebServiceMessageReceiverHttpHandler

public abstract class SimpleWebServiceMessageReceiverObjectSupport extends org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport implements org.springframework.beans.factory.InitializingBean
Base class for server-side transport objects which have a predefined WebServiceMessageReceiver.
Since:
1.5.0
Author:
Arjen Poutsma
See Also:
  • Field Summary

    Fields inherited from class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.springframework.ws.transport.WebServiceMessageReceiver
    Returns the WebServiceMessageReceiver used by this listener.
    protected final void
    handleConnection(org.springframework.ws.transport.WebServiceConnection connection)
     
    void
    setMessageReceiver(org.springframework.ws.transport.WebServiceMessageReceiver messageReceiver)
    Sets the WebServiceMessageReceiver used by this listener.

    Methods inherited from class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport

    getMessageFactory, handleConnection, handleNoEndpointFoundException, setMessageFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleWebServiceMessageReceiverObjectSupport

      public SimpleWebServiceMessageReceiverObjectSupport()
  • Method Details

    • getMessageReceiver

      public org.springframework.ws.transport.WebServiceMessageReceiver getMessageReceiver()
      Returns the WebServiceMessageReceiver used by this listener.
    • setMessageReceiver

      public void setMessageReceiver(org.springframework.ws.transport.WebServiceMessageReceiver messageReceiver)
      Sets the WebServiceMessageReceiver used by this listener.
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
      Throws:
      Exception
    • handleConnection

      protected final void handleConnection(org.springframework.ws.transport.WebServiceConnection connection) throws Exception
      Throws:
      Exception