Uses of Class
org.apache.axis.client.Service
-
Packages that use Service Package Description org.apache.axis.client -
-
Uses of Service in org.apache.axis.client
Methods in org.apache.axis.client that return Service Modifier and Type Method Description Service
Call. getService()
Get the Service object associated with this Call object.static Service
ServiceFactory. getService(java.util.Map environment)
Obtain an AxisClient reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.Constructors in org.apache.axis.client with parameters of type Service Constructor Description Call(Service service)
Default constructor - not much else to say.
-