public class URLMapper extends BasicHandler
URLMapper
attempts to use the extra path info
of this request as the service name.Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
makeLockable, name, options
Constructor and Description |
---|
URLMapper() |
Modifier and Type | Method and Description |
---|---|
void |
generateWSDL(MessageContext msgContext)
Obtain WSDL information.
|
void |
invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object.
|
canHandleBlock, cleanup, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
public void invoke(MessageContext msgContext) throws AxisFault
Handler
msgContext
- the MessageContext
to process with this
Handler
.AxisFault
- if the handler encounters an errorpublic void generateWSDL(MessageContext msgContext) throws AxisFault
Handler
generateWSDL
in interface Handler
generateWSDL
in class BasicHandler
msgContext
- the MessageContext
to generate the WSDL
toAxisFault
- if there was a problem generating the WSDLCopyright © The Apache Software Foundation. All Rights Reserved.