public class WsdlDefinitionHttpHandler extends org.springframework.xml.transform.TransformerObjectSupport implements com.sun.net.httpserver.HttpHandler, InitializingBean
| Constructor and Description |
|---|
WsdlDefinitionHttpHandler() |
WsdlDefinitionHttpHandler(org.springframework.ws.wsdl.WsdlDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
handle(com.sun.net.httpserver.HttpExchange httpExchange) |
void |
setDefinition(org.springframework.ws.wsdl.WsdlDefinition definition) |
public WsdlDefinitionHttpHandler()
public WsdlDefinitionHttpHandler(org.springframework.ws.wsdl.WsdlDefinition definition)
public void setDefinition(org.springframework.ws.wsdl.WsdlDefinition definition)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic void handle(com.sun.net.httpserver.HttpExchange httpExchange)
throws IOException
handle in interface com.sun.net.httpserver.HttpHandlerIOException