public class Axis1MonitorInbound extends Object implements org.apache.axis.Handler
Modifier and Type | Field and Description |
---|---|
protected boolean |
makeLockable |
protected String |
name |
protected Hashtable |
options |
Constructor and Description |
---|
Axis1MonitorInbound() |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandleBlock(QName qname) |
void |
cleanup() |
void |
generateWSDL(org.apache.axis.MessageContext msgContext) |
Element |
getDeploymentData(Document doc) |
String |
getName()
Return the name (i.e.
|
Object |
getOption(String name)
Returns the option corresponding to the 'name' given
|
Hashtable |
getOptions()
Return the entire list of options
|
List |
getUnderstoodHeaders()
Return a list of QNames which this Handler understands.
|
void |
init()
Stubbed-out methods.
|
protected void |
initHashtable() |
void |
invoke(org.apache.axis.MessageContext mc) |
void |
onFault(org.apache.axis.MessageContext mc) |
void |
setName(String name)
Set the name (i.e.
|
void |
setOption(String name,
Object value)
Set the given option (name/value) in this handler's bag of options
|
boolean |
setOptionDefault(String name,
Object value)
Set a default value for the given option: if the option is not already
set, then set it.
|
void |
setOptions(Hashtable opts) |
protected void |
setOptionsLockable(boolean makeLockable)
Should this Handler use a LockableHashtable for options? Default is
'false'.
|
protected boolean makeLockable
protected Hashtable options
protected String name
public void invoke(org.apache.axis.MessageContext mc) throws org.apache.axis.AxisFault
invoke
in interface org.apache.axis.Handler
org.apache.axis.AxisFault
protected void setOptionsLockable(boolean makeLockable)
protected void initHashtable()
public void init()
init
in interface org.apache.axis.Handler
public void cleanup()
cleanup
in interface org.apache.axis.Handler
public boolean canHandleBlock(QName qname)
canHandleBlock
in interface org.apache.axis.Handler
public void onFault(org.apache.axis.MessageContext mc)
onFault
in interface org.apache.axis.Handler
public void setOption(String name, Object value)
setOption
in interface org.apache.axis.Handler
public boolean setOptionDefault(String name, Object value)
If this is called multiple times, the first with a non-null value if 'value' will set the default, remaining calls will be ignored.
Returns true if value set (by this call), otherwise false;
public Object getOption(String name)
getOption
in interface org.apache.axis.Handler
public Hashtable getOptions()
getOptions
in interface org.apache.axis.Handler
public void setOptions(Hashtable opts)
setOptions
in interface org.apache.axis.Handler
public void setName(String name)
setName
in interface org.apache.axis.Handler
public String getName()
getName
in interface org.apache.axis.Handler
public Element getDeploymentData(Document doc)
getDeploymentData
in interface org.apache.axis.Handler
public void generateWSDL(org.apache.axis.MessageContext msgContext) throws org.apache.axis.AxisFault
generateWSDL
in interface org.apache.axis.Handler
org.apache.axis.AxisFault
public List getUnderstoodHeaders()
getUnderstoodHeaders
in interface org.apache.axis.Handler
Copyright © 2008–2017 MIL-OSS. All rights reserved.