public class WsdlDefinitionHttpHandler extends TransformerObjectSupport implements com.sun.net.httpserver.HttpHandler, org.springframework.beans.factory.InitializingBean
logger
Constructor and Description |
---|
WsdlDefinitionHttpHandler() |
WsdlDefinitionHttpHandler(WsdlDefinition definition) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
handle(com.sun.net.httpserver.HttpExchange httpExchange) |
void |
setDefinition(WsdlDefinition definition) |
createTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transform
public WsdlDefinitionHttpHandler()
public WsdlDefinitionHttpHandler(WsdlDefinition definition)
public void setDefinition(WsdlDefinition definition)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void handle(com.sun.net.httpserver.HttpExchange httpExchange) throws IOException
handle
in interface com.sun.net.httpserver.HttpHandler
IOException