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.
 
Method Summary
 String getHandlerClass()
           
 String getHandlerName()
           
 Map<String,String> getInitParams()
           
 QName getSoapHeader()
           
 String getSoapRole()
           
 

Field Detail

NAME

static final String NAME
Name of the XML element.

See Also:
Constant Field Values
Method Detail

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.