public class SafeXmlXFireExporter
extends org.codehaus.xfire.spring.ServiceBean
implements org.springframework.web.servlet.mvc.Controller, org.springframework.web.context.ServletContextAware
Constructor and Description |
---|
SafeXmlXFireExporter() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected Object |
getProxyForService() |
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the incoming SOAP request and create a SOAP response.
|
void |
setServiceInterface(Class intf)
This is just a convenience method which delegates to setServiceClass().
|
void |
setServletContext(javax.servlet.ServletContext context) |
getBindings, getExecutor, getFaultHandlers, getImplementationClass, getInHandlers, getInvoker, getMethods, getOutHandlers, getProperties, getSchemas, getScope, getServiceBean, getServiceClass, getServiceFactory, getStyle, getUse, getWsdlURL, getXfire, getXFireService, initializeBindings, isCreateDefaultBindings, setApplicationContext, setBindings, setCreateDefaultBindings, setExecutor, setFaultHandlers, setImplementationClass, setInHandlers, setInvoker, setMethods, setName, setNamespace, setOutHandlers, setProperties, setSchemas, setScope, setServiceBean, setServiceClass, setServiceFactory, setStyle, setUse, setWsdlURL, setXfire
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class org.codehaus.xfire.spring.ServiceBean
Exception
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
handleRequest
in interface org.springframework.web.servlet.mvc.Controller
request
- current HTTP requestresponse
- current HTTP responsenull
Exception
- in case of errorsprotected Object getProxyForService()
getProxyForService
in class org.codehaus.xfire.spring.ServiceBean
public void setServiceInterface(Class intf)
public void setServletContext(javax.servlet.ServletContext context)
setServletContext
in interface org.springframework.web.context.ServletContextAware
Copyright © 2021 Atlassian. All rights reserved.