Uses of Class
org.apache.axis.deployment.wsdd.WSDDTransport
-
Packages that use WSDDTransport Package Description org.apache.axis.deployment.wsdd org.apache.axis.management org.apache.axis.management.jmx -
-
Uses of WSDDTransport in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return WSDDTransport Modifier and Type Method Description WSDDTransport[]
WSDDDeployment. getTransports()
WSDDTransport
WSDDDeployment. getWSDDTransport(QName qname)
Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDTransport Modifier and Type Method 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. -
Uses of WSDDTransport in org.apache.axis.management
Methods in org.apache.axis.management that return WSDDTransport Modifier and Type Method Description static WSDDTransport
ServiceAdmin. getTransport(QName qname)
static WSDDTransport[]
ServiceAdmin. getTransports()
Methods in org.apache.axis.management with parameters of type WSDDTransport Modifier and Type Method Description static void
ServiceAdmin. deployTransport(WSDDTransport transport)
-
Uses of WSDDTransport in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that return WSDDTransport Modifier and Type Method Description WSDDTransport
DeploymentQuery. findTransport(java.lang.String qname)
find a specific transportWSDDTransport
DeploymentQueryMBean. findTransport(java.lang.String qname)
find the transportWSDDTransport[]
DeploymentQuery. findTransports()
return all transportsWSDDTransport[]
DeploymentQueryMBean. findTransports()
return all transportsWSDDTransport
WSDDTransportWrapper. getWSDDTransport()
Methods in org.apache.axis.management.jmx with parameters of type WSDDTransport Modifier and Type Method Description void
WSDDTransportWrapper. setWSDDTransport(WSDDTransport _wsddTransport)
-