Modifier and Type | Method and Description |
---|---|
WSDynamicClientBuilder |
WSDynamicClientBuilder.bindingFiles(List<File> bindings)
set the list of JAXB bindings files used by wsconsume
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.catalogFile(File catelog)
set the catelog file
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.excludeNonSOAPPorts(boolean exclude)
if it set to true non-SOAP wsdl ports will be excluded
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.keepSource(boolean bool)
if it it set to true source code generated for client classes will be
kept in
tmpDir(String) |
WSDynamicClientBuilder |
WSDynamicClientBuilder.maxThreadPoolSize(int maxThreadPoolSize)
Set the max size of thread pool used to invoke in parallel
WSMethod on the build WSDynamicClient . |
WSDynamicClientBuilder |
WSDynamicClientBuilder.messageStream(PrintStream messageStream)
Sets the PrintStream to use for status feedback.
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.password(String password)
set the password used in Basic Auth both for downloading wsdl and calling
service
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.securityConfigName(String name)
It is the config name sed by JbossWS to enable WS-SE.
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.securityConfigUrl(String url)
It is the URL of config file used by JbossWS to enable WS-SE.
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.targetPackage(String targetPackage)
force the package name used for generated client classes.
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.tmpDir(String tmpDir)
set the temp direcoory location used to generate temporary client
classes.
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.userName(String userName)
set the userName used in Basic Auth both for downloading wsdl and calling
service
|
WSDynamicClientBuilder |
WSDynamicClientBuilder.verbose(boolean bool)
if it set to true wsconsume operation of class generation and compilation
will be verbose and its messages will be put on
messageStream(PrintStream) |
WSDynamicClientBuilder |
WSDynamicClientBuilder.wsdlURL(String wsdlURL)
Set the wsdlURL to generate WS client
|
Modifier and Type | Method and Description |
---|---|
static WSDynamicClientBuilder |
WSDynamicClientFactory.getJAXWSClientBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
CXFDynamicClientBuilder
A cxf specific version of the wise-core ReflectionBasedWSDynamicClientBuilder
|
Modifier and Type | Method and Description |
---|---|
protected void |
CXFDynamicClient.prepare(WSDynamicClientBuilder builder,
WSConsumer consumer) |
Constructor and Description |
---|
CXFDynamicClient(WSDynamicClientBuilder builder) |
CXFDynamicClient(WSDynamicClientBuilder builder,
WSConsumer consumer) |
CXFDynamicClient(WSDynamicClientBuilder builder,
WSConsumer consumer,
org.milyn.Smooks smooks) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDynamicClientImpl.prepare(WSDynamicClientBuilder builder,
WSConsumer consumer) |
Constructor and Description |
---|
WSDynamicClientImpl(WSDynamicClientBuilder builder) |
WSDynamicClientImpl(WSDynamicClientBuilder builder,
WSConsumer consumer) |
WSDynamicClientImpl(WSDynamicClientBuilder builder,
WSConsumer consumer,
org.milyn.Smooks smooks) |
Modifier and Type | Class and Description |
---|---|
class |
ReflectionBasedWSDynamicClientBuilder |
Modifier and Type | Method and Description |
---|---|
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.bindingFiles(List<File> bindings) |
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.catalogFile(File catalogFile) |
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.excludeNonSOAPPorts(boolean exclude)
if it set to true non-SOAP wsdl ports will be excluded
|
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.keepSource(boolean bool)
if it it set to true source code generated for client classes will be
kept in
tmpDir(String) |
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.maxThreadPoolSize(int maxThreadPoolSize)
Set the max size of thread pool used to invoke in parallel
WSMethod on the build WSDynamicClient . |
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.messageStream(PrintStream messageStream) |
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.password(String password)
set the password used in Basic Auth both for downloading wsdl and calling
service
|
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.securityConfigName(String name)
It is the config name sed by JbossWS to enable WS-SE.
|
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.securityConfigUrl(String url)
It is the URL of config file used by JbossWS to enable WS-SE.
|
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.targetPackage(String targetPackage)
force the package name used for generated client classes.
|
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.tmpDir(String tmpDir)
set the temp direcoory location used to generate temporary client
classes.
|
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.userName(String userName)
set the userName used in Basic Auth both for downloading wsdl and calling
service
|
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.verbose(boolean bool)
if it set to true wsconsume operation of class generation and compilation
will be verbose and its messages will be put on
messageStream(PrintStream) |
WSDynamicClientBuilder |
ReflectionBasedWSDynamicClientBuilder.wsdlURL(String wsdlURL)
Set the wsdlURL to generate WS client
|
Copyright © 2008–2014 JBoss.org. All rights reserved.