org.codehaus.xfire.spring.remoting
Class XFireExporter
java.lang.Object
org.codehaus.xfire.spring.ServiceBean
org.codehaus.xfire.spring.remoting.XFireExporter
public class XFireExporter
- extends ServiceBean
Web controller that exports the specified service bean as a XFire Soap service endpoint.
- Author:
- Dan Diephouse , Arjen Poutsma
Methods inherited from class org.codehaus.xfire.spring.ServiceBean |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XFireExporter
public XFireExporter()
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Overrides:
afterPropertiesSet
in class ServiceBean
- Throws:
java.lang.Exception
handleRequest
public ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
- Process the incoming SOAP request and create a SOAP response.
- Parameters:
request
- current HTTP requestresponse
- current HTTP response
- Returns:
null
- Throws:
java.lang.Exception
- in case of errors
getProxyForService
protected java.lang.Object getProxyForService()
- Overrides:
getProxyForService
in class ServiceBean
- Returns:
setServiceInterface
public void setServiceInterface(java.lang.Class intf)
- This is just a convenience method which delegates to setServiceClass().
- Parameters:
intf
-
setServletContext
public void setServletContext(ServletContext context)
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.