Package | Description |
---|---|
org.apache.axis.deployment.wsdd | |
org.apache.axis.management | |
org.apache.axis.management.jmx |
Modifier and Type | Class and Description |
---|---|
class |
WSDDChain
WSDD chain element
|
class |
WSDDFaultFlow |
class |
WSDDJAXRPCHandlerInfoChain |
class |
WSDDRequestFlow |
class |
WSDDResponseFlow |
Modifier and Type | Method and Description |
---|---|
WSDDHandler[] |
WSDDDeployment.getHandlers() |
WSDDHandler |
WSDDDeployment.getWSDDHandler(QName qname) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDDDeployment.addHandler(WSDDHandler handler) |
void |
WSDDChain.addHandler(WSDDHandler handler)
Add a Handler to the chain (at the end)
|
void |
WSDDDeployment.deployHandler(WSDDHandler handler)
Put a WSDDHandler into this deployment, replacing any other
WSDDHandler which might already be present with the same QName.
|
void |
WSDDChain.removeHandler(WSDDHandler victim)
Remove a Handler from the chain
|
Modifier and Type | Method and Description |
---|---|
static WSDDHandler |
ServiceAdmin.getHandler(QName qname) |
static WSDDHandler[] |
ServiceAdmin.getHandlers() |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceAdmin.deployHandler(WSDDHandler handler) |
Modifier and Type | Method and Description |
---|---|
WSDDHandler |
DeploymentQueryMBean.findHandler(String qname)
find the handler
|
WSDDHandler |
DeploymentQuery.findHandler(String qname)
find a specific handler
|
WSDDHandler[] |
DeploymentQueryMBean.findHandlers()
return all handlers
|
WSDDHandler[] |
DeploymentQuery.findHandlers()
get all handlers
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentAdministratorMBean.deployHandler(WSDDHandler handler) |
void |
DeploymentAdministrator.deployHandler(WSDDHandler handler) |
Copyright © The Apache Software Foundation. All Rights Reserved.