Axis 1.X WSDD Reference: handlerInfo

Can be used in

handlerInfoChain

Description

A JAX-RPC handler can be described using a handlerInfo element inside of a handlerInfoChain element. The JAX-RPC handler in the example uses a header with a signature, and a parameter provides the handler with the location of a keystore.
<handlerInfoChain>
    <handlerInfo classname="com.osmoticweb.soap.SignatureHandler">
        <header qname="ns:signature"/>
        <parameter name="keystore" value="/srv/www/conf/keystore"/>
    </handlerInfo>
</handlerInfoChain>

Attributes

NameMandatoryDefaultDescriptionExamples
classnameyes-

The class implementing the handler

com.osmoticweb.soap.SignatureHandler

Childs

NameCardinalityDescription
parameter0...*

Parameter used to configure the handler

header0...*

Header block processed by this handler


Index

Provided by predic8.com