Uses of Interface
org.mule.soap.api.client.SoapClient
Packages that use SoapClient
-
Uses of SoapClient in org.mule.soap.api.client
Methods in org.mule.soap.api.client that return SoapClientModifier and TypeMethodDescriptionSoapClientFactory.create(SoapWebServiceConfiguration configuration) Creates a new SoapClient instance. -
Uses of SoapClient in org.mule.soap.internal.client
Classes in org.mule.soap.internal.client that implement SoapClientModifier and TypeClassDescriptionclassBaseSoapClientimplementation for clients that works on top of CXF.classaSoapClientimplementation based on CXF.classaSoapClientimplementation based on CXF for MTOM web services.Methods in org.mule.soap.internal.client that return SoapClientModifier and TypeMethodDescriptionSoapCxfClientFactory.create(SoapWebServiceConfiguration config) Creates a new instance of aAbstractSoapCxfClientfor the given address ans soap version.