Class WsdlDefinitionHttpHandler
java.lang.Object
org.springframework.xml.transform.TransformerObjectSupport
org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
- All Implemented Interfaces:
HttpHandler
,org.springframework.beans.factory.InitializingBean
public class WsdlDefinitionHttpHandler
extends TransformerObjectSupport
implements HttpHandler, org.springframework.beans.factory.InitializingBean
HttpHandler
implementation for WSDL documents.- Since:
- 1.5.0
-
Field Summary
Fields inherited from class org.springframework.xml.transform.TransformerObjectSupport
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
handle
(HttpExchange httpExchange) void
setDefinition
(WsdlDefinition definition) Methods inherited from class org.springframework.xml.transform.TransformerObjectSupport
createTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transform
-
Constructor Details
-
WsdlDefinitionHttpHandler
public WsdlDefinitionHttpHandler() -
WsdlDefinitionHttpHandler
-
-
Method Details
-
setDefinition
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
handle
- Specified by:
handle
in interfaceHttpHandler
- Throws:
IOException
-