|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractUrlHandlerMapping
org.codehaus.xfire.spring.remoting.Jsr181HandlerMapping
public class Jsr181HandlerMapping
Implementation of the org.springframework.web.servlet.HandlerMapping
interface that recognizes web service annotations
on Spring-managed beans and
automatically wires them into the current servlet's WebApplicationContext.
service name
, with a defined prefix
. For instance, a bean annotated with the service
name EchoService
will be exposed as /services/EchoService
.
WebAnnotations
,
org.codehaus.xfire.annotations.WebServiceAnnotation
Constructor Summary | |
---|---|
Jsr181HandlerMapping()
|
Method Summary | |
---|---|
protected void |
initApplicationContext()
|
void |
setServletControllerAdapterName(java.lang.String servletControllerAdapterName)
|
void |
setTypeMappingRegistry(TypeMappingRegistry typeMappingRegistry)
Sets the type mapping registry. |
void |
setUrlPrefix(java.lang.String urlPrefix)
Sets the url prefix used when exposing services. |
void |
setWebAnnotations(WebAnnotations webAnnotations)
Sets the web annotations implementation to use. |
void |
setXfire(XFire xFire)
Sets the XFire instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jsr181HandlerMapping()
Method Detail |
---|
protected void initApplicationContext() throws BeansException
BeansException
public void setWebAnnotations(WebAnnotations webAnnotations)
public void setXfire(XFire xFire)
public void setTypeMappingRegistry(TypeMappingRegistry typeMappingRegistry)
public void setUrlPrefix(java.lang.String urlPrefix)
/services/
.
public void setServletControllerAdapterName(java.lang.String servletControllerAdapterName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |