| org.objectweb.jonas.ws.axis.URLMapper
URLMapper | public class URLMapper extends BasicHandler (Code) | | The URLMapper is given an HTTPServletRequest and
knows from the invoked URL which service should be used.
Old style URL :
http://:///
pathInfo = /
servletPath = /
New Style URL:
http://://
pathInfo = empty
servletPath = /
author: Guillaume Sauthier |
Method Summary | |
public void | invoke(MessageContext mc) |
invoke | public void invoke(MessageContext mc) throws AxisFault(Code) | | See Also: org.apache.axis.Handler.invoke(org.apache.axis.MessageContext) |
|
|