| Methods in org.apache.cxf.endpoint.dynamic that return Client |
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl)
Create a new Client instance using the WSDL to be loaded
from the specified URL and using the current classloading context. |
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
java.lang.ClassLoader classLoader)
Create a new Client instance using the WSDL to be loaded
from the specified URL and with the specified ClassLoader
as parent. |
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
java.lang.ClassLoader classLoader,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service)
|
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
java.lang.ClassLoader classLoader,
javax.xml.namespace.QName port)
|
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
java.lang.ClassLoader classLoader,
javax.xml.namespace.QName port,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
javax.xml.namespace.QName port)
|
Client |
DynamicClientFactory.createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
javax.xml.namespace.QName port,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl)
Create a new Client instance using the WSDL to be loaded
from the specified URL and using the current classloading context. |
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
java.lang.ClassLoader classLoader)
Create a new Client instance using the WSDL to be loaded
from the specified URL and with the specified ClassLoader
as parent. |
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
java.lang.ClassLoader classLoader,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
javax.xml.namespace.QName service)
|
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
javax.xml.namespace.QName service,
java.lang.ClassLoader classLoader,
javax.xml.namespace.QName port)
|
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
javax.xml.namespace.QName service,
java.lang.ClassLoader classLoader,
javax.xml.namespace.QName port,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
javax.xml.namespace.QName service,
java.util.List<java.lang.String> bindingFiles)
|
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
javax.xml.namespace.QName service,
javax.xml.namespace.QName port)
|
Client |
DynamicClientFactory.createClient(java.net.URL wsdlUrl,
javax.xml.namespace.QName service,
javax.xml.namespace.QName port,
java.util.List<java.lang.String> bindingFiles)
|