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 TransformerObjectSupport
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandle(HttpExchange httpExchange) voidsetDefinition(WsdlDefinition definition) Methods inherited from class TransformerObjectSupport
createTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transform
-
Constructor Details
-
WsdlDefinitionHttpHandler
public WsdlDefinitionHttpHandler() -
WsdlDefinitionHttpHandler
-
-
Method Details
-
setDefinition
-
afterPropertiesSet
-
handle
- Specified by:
handlein interfaceHttpHandler- Throws:
IOException
-