org.springframework.ws.transport.http
Class WsdlDefinitionHttpHandler
java.lang.Object
org.springframework.xml.transform.TransformerObjectSupport
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlDefinitionHttpHandler
public WsdlDefinitionHttpHandler()
WsdlDefinitionHttpHandler
public WsdlDefinitionHttpHandler(WsdlDefinition definition)
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
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.