| java.lang.Object org.apache.cxf.endpoint.dynamic.DynamicClientFactory
DynamicClientFactory | final public class DynamicClientFactory (Code) | | |
Inner Class :static class RelativeEntityResolver implements EntityResolver | |
Method Summary | |
static boolean | compileJavaSrc(Path classPath, Path srcPath, String dest) | public Client | createClient(String wsdlUrl) Create a new Client instance using the WSDL to be loaded
from the specified URL and using the current classloading context. | public Client | createClient(String wsdlUrl, ClassLoader classLoader) Create a new Client instance using the WSDL to be loaded
from the specified URL and with the specified ClassLoader
as parent. | public Client | createClient(String wsdlUrl, QName service) | public Client | createClient(String wsdlUrl, QName service, QName port) | public Client | createClient(String wsdlUrl, QName service, ClassLoader classLoader, QName port) | public boolean | isSimpleBindingEnabled() | public static DynamicClientFactory | newInstance(Bus b) Create a new instance using a specific Bus. | public static DynamicClientFactory | newInstance() Create a new instance using a default Bus. | public void | setSimpleBindingEnabled(boolean simpleBindingEnabled) | public void | setTemporaryDirectory(String dir) | static void | setupClasspath(Path classPath, ClassLoader classLoader) |
compileJavaSrc | static boolean compileJavaSrc(Path classPath, Path srcPath, String dest)(Code) | | |
createClient | public Client createClient(String wsdlUrl)(Code) | | Create a new Client instance using the WSDL to be loaded
from the specified URL and using the current classloading context.
Parameters: wsdlURL - the URL to load |
createClient | public Client createClient(String wsdlUrl, ClassLoader classLoader)(Code) | | Create a new Client instance using the WSDL to be loaded
from the specified URL and with the specified ClassLoader
as parent.
Parameters: wsdlUrl - Parameters: classLoader - |
isSimpleBindingEnabled | public boolean isSimpleBindingEnabled()(Code) | | |
newInstance | public static DynamicClientFactory newInstance(Bus b)(Code) | | Create a new instance using a specific Bus.
Parameters: b - the Bus to use in subsequent operations with theinstance the new instance |
newInstance | public static DynamicClientFactory newInstance()(Code) | | Create a new instance using a default Bus.
the new instance See Also: CXFBusFactory.getDefaultBus |
setSimpleBindingEnabled | public void setSimpleBindingEnabled(boolean simpleBindingEnabled)(Code) | | |
setTemporaryDirectory | public void setTemporaryDirectory(String dir)(Code) | | |
setupClasspath | static void setupClasspath(Path classPath, ClassLoader classLoader)(Code) | | |
|
|