public class EchoHandler extends BasicHandler
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
String |
wsdlStart |
String |
wsdlStart1 |
makeLockable, name, options| Constructor and Description |
|---|
EchoHandler() |
| 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, setOptionsLockableprotected static org.apache.commons.logging.Log log
public String wsdlStart1
public String wsdlStart
public void invoke(MessageContext msgContext) throws AxisFault
HandlermsgContext - the MessageContext to process with this
Handler.AxisFault - if the handler encounters an errorpublic void generateWSDL(MessageContext msgContext) throws AxisFault
HandlergenerateWSDL in interface HandlergenerateWSDL in class BasicHandlermsgContext - the MessageContext to generate the WSDL
toAxisFault - if there was a problem generating the WSDLCopyright © The Apache Software Foundation. All Rights Reserved.