Class WsdlDefinitionHttpHandler

java.lang.Object
org.springframework.xml.transform.TransformerObjectSupport
org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler, org.springframework.beans.factory.InitializingBean

public class WsdlDefinitionHttpHandler extends TransformerObjectSupport implements com.sun.net.httpserver.HttpHandler, org.springframework.beans.factory.InitializingBean
Since:
1.5.0
Author:
Arjen Poutsma
  • Constructor Details

    • WsdlDefinitionHttpHandler

      public WsdlDefinitionHttpHandler()
    • WsdlDefinitionHttpHandler

      public WsdlDefinitionHttpHandler(WsdlDefinition definition)
  • Method Details

    • setDefinition

      public void setDefinition(WsdlDefinition definition)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • handle

      public void handle(com.sun.net.httpserver.HttpExchange httpExchange) throws IOException
      Specified by:
      handle in interface com.sun.net.httpserver.HttpHandler
      Throws:
      IOException