|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jibx.ws.http.servlet.SingleServiceMapper
public final class SingleServiceMapper
Maps all requests to a single service.
Constructor Summary | |
---|---|
SingleServiceMapper()
|
Method Summary | |
---|---|
ServiceDefinition |
getServiceDefinition()
Gets the service definition for the service. |
org.jibx.ws.server.Service |
getServiceInstance(HttpServletRequest req)
Returns a service instance that can handle the servlet request. |
void |
setServiceDefinition(ServiceDefinition sdef)
Sets the service definition for the service. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleServiceMapper()
Method Detail |
---|
public org.jibx.ws.server.Service getServiceInstance(HttpServletRequest req) throws WsException
getServiceInstance
in interface ServiceMapper
req
- the servlet request
WsException
- on error creating the service instancepublic ServiceDefinition getServiceDefinition()
public void setServiceDefinition(ServiceDefinition sdef)
sdef
- service definition
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |