| Package | Description |
|---|---|
| org.apache.axis.deployment.wsdd | |
| org.apache.axis.management | |
| org.apache.axis.management.jmx |
| Modifier and Type | Method and Description |
|---|---|
WSDDTransport[] |
WSDDDeployment.getTransports() |
WSDDTransport |
WSDDDeployment.getWSDDTransport(QName qname) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WSDDDeployment.addTransport(WSDDTransport transport) |
void |
WSDDDeployment.deployTransport(WSDDTransport transport)
Put a WSDDTransport into this deployment, replacing any other
WSDDTransport which might already be present with the same QName.
|
| Modifier and Type | Method and Description |
|---|---|
static WSDDTransport |
ServiceAdmin.getTransport(QName qname) |
static WSDDTransport[] |
ServiceAdmin.getTransports() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceAdmin.deployTransport(WSDDTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
WSDDTransport |
DeploymentQueryMBean.findTransport(String qname)
find the transport
|
WSDDTransport |
DeploymentQuery.findTransport(String qname)
find a specific transport
|
WSDDTransport[] |
DeploymentQueryMBean.findTransports()
return all transports
|
WSDDTransport[] |
DeploymentQuery.findTransports()
return all transports
|
WSDDTransport |
WSDDTransportWrapper.getWSDDTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSDDTransportWrapper.setWSDDTransport(WSDDTransport _wsddTransport) |
Copyright © The Apache Software Foundation. All Rights Reserved.