Spring Web Services Framework

org.springframework.ws.transport.http
Class WsdlDefinitionHttpHandler

java.lang.Object
  extended by org.springframework.xml.transform.TransformerObjectSupport
      extended by org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
All Implemented Interfaces:
HttpHandler, InitializingBean

public class WsdlDefinitionHttpHandler
extends TransformerObjectSupport
implements HttpHandler, InitializingBean

Since:
1.5.0
Author:
Arjen Poutsma

Field Summary
 
Fields inherited from class org.springframework.xml.transform.TransformerObjectSupport
logger
 
Constructor Summary
WsdlDefinitionHttpHandler()
           
WsdlDefinitionHttpHandler(WsdlDefinition definition)
           
 
Method Summary
 void afterPropertiesSet()
           
 void handle(HttpExchange httpExchange)
           
 void setDefinition(WsdlDefinition definition)
           
 
Methods inherited from class org.springframework.xml.transform.TransformerObjectSupport
createTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlDefinitionHttpHandler

public WsdlDefinitionHttpHandler()

WsdlDefinitionHttpHandler

public WsdlDefinitionHttpHandler(WsdlDefinition definition)
Method Detail

setDefinition

public void setDefinition(WsdlDefinition definition)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception

handle

public void handle(HttpExchange httpExchange)
            throws IOException
Specified by:
handle in interface HttpHandler
Throws:
IOException

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.