org.ow2.util.ee.metadata.common.api.xml.struct
Interface IHandler
- All Superinterfaces:
- Serializable
public interface IHandler
- extends Serializable
The IHandler represents a handler.
- Author:
- Guillaume Sauthier
|
Field Summary |
static String |
NAME
Name of the XML element. |
NAME
static final String NAME
- Name of the XML element.
- See Also:
- Constant Field Values
getHandlerName
String getHandlerName()
- Returns:
- the handler's name.
getHandlerClass
String getHandlerClass()
- Returns:
- the handler's classname.
getInitParams
Map<String,String> getInitParams()
- Returns:
- the init-params map.
getSoapHeader
QName getSoapHeader()
- Returns:
- the name of the soap-header used by this handler.
getSoapRole
String getSoapRole()
- Returns:
- the soap-role.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.