|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
canHandleBlock(javax.xml.namespace.QName qname)
Can this Handler process this QName? |
void |
cleanup()
Cleanup is called when the chain containing this Handler object is done processing the chain. |
void |
generateWSDL(MessageContext msgContext)
Obtain WSDL information. |
Element |
getDeploymentData(Document doc)
This will return the root element of an XML doc that describes the deployment information about this handler. |
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()
Init is called when the chain containing this Handler object is instantiated. |
void |
invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object. |
void |
onFault(MessageContext msgContext)
Called when a subsequent handler throws a fault. |
void |
setName(String name)
Set the name (i.e. |
void |
setOption(String name,
Object value)
Add the given option (name/value) to this handler's bag of options |
void |
setOptions(Hashtable opts)
Sets a whole list of options |
Method Detail |
public void init()
public void cleanup()
public void invoke(MessageContext msgContext) throws AxisFault
AxisFault
public void onFault(MessageContext msgContext)
public boolean canHandleBlock(javax.xml.namespace.QName qname)
public List getUnderstoodHeaders()
public void setOption(String name, Object value)
public Object getOption(String name)
public void setName(String name)
public String getName()
public Hashtable getOptions()
public void setOptions(Hashtable opts)
public Element getDeploymentData(Document doc)
public void generateWSDL(MessageContext msgContext) throws AxisFault
AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |