Uses of Class
org.apache.axis.deployment.wsdd.WSDDTransport
Packages that use WSDDTransport
Package
Description
-
Uses of WSDDTransport in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return WSDDTransportModifier and TypeMethodDescriptionWSDDDeployment.getTransports()
WSDDDeployment.getWSDDTransport
(QName qname) Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDTransportModifier and TypeMethodDescriptionprotected 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 WSDDTransportModifier and TypeMethodDescriptionstatic WSDDTransport
ServiceAdmin.getTransport
(QName qname) static WSDDTransport[]
ServiceAdmin.getTransports()
Methods in org.apache.axis.management with parameters of type WSDDTransportModifier and TypeMethodDescriptionstatic void
ServiceAdmin.deployTransport
(WSDDTransport transport) -
Uses of WSDDTransport in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that return WSDDTransportModifier and TypeMethodDescriptionDeploymentQuery.findTransport
(String qname) find a specific transportDeploymentQueryMBean.findTransport
(String qname) find the transportDeploymentQuery.findTransports()
return all transportsDeploymentQueryMBean.findTransports()
return all transportsWSDDTransportWrapper.getWSDDTransport()
Methods in org.apache.axis.management.jmx with parameters of type WSDDTransportModifier and TypeMethodDescriptionvoid
WSDDTransportWrapper.setWSDDTransport
(WSDDTransport _wsddTransport)