JBoss Wise API

Uses of Interface
org.jboss.wise.core.client.builder.WSDynamicClientBuilder

Packages that use WSDynamicClientBuilder
org.jboss.wise.core.client.builder   
org.jboss.wise.core.client.factories   
org.jboss.wise.core.client.impl.reflection   
org.jboss.wise.core.client.impl.reflection.builder   
 

Uses of WSDynamicClientBuilder in org.jboss.wise.core.client.builder
 

Methods in org.jboss.wise.core.client.builder that return WSDynamicClientBuilder
 WSDynamicClientBuilder WSDynamicClientBuilder.bindingFiles(java.util.List<java.io.File> bindings)
          set the list of JAXB bindings files used by wsconsume
 WSDynamicClientBuilder WSDynamicClientBuilder.catalogFile(java.io.File catelog)
          set the catelog file
 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(java.io.PrintStream messageStream)
          Sets the PrintStream to use for status feedback.
 WSDynamicClientBuilder WSDynamicClientBuilder.password(java.lang.String password)
          set the password used in Basic Auth both for downloading wsdl and calling service
 WSDynamicClientBuilder WSDynamicClientBuilder.securityConfigName(java.lang.String name)
          It is the config name sed by JbossWS to enable WS-SE.
 WSDynamicClientBuilder WSDynamicClientBuilder.securityConfigUrl(java.lang.String url)
          It is the URL of config file used by JbossWS to enable WS-SE.
 WSDynamicClientBuilder WSDynamicClientBuilder.targetPackage(java.lang.String targetPackage)
          force the package name used for generated client classes.
 WSDynamicClientBuilder WSDynamicClientBuilder.tmpDir(java.lang.String tmpDir)
          set the temp direcoory location used to generate temporary client classes.
 WSDynamicClientBuilder WSDynamicClientBuilder.userName(java.lang.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(java.lang.String wsdlURL)
          Set the wsdlURL to generate WS client
 

Uses of WSDynamicClientBuilder in org.jboss.wise.core.client.factories
 

Methods in org.jboss.wise.core.client.factories that return WSDynamicClientBuilder
static WSDynamicClientBuilder WSDynamicClientFactory.getJAXWSClientBuilder()
           
 

Uses of WSDynamicClientBuilder in org.jboss.wise.core.client.impl.reflection
 

Constructors in org.jboss.wise.core.client.impl.reflection with parameters of type WSDynamicClientBuilder
WSDynamicClientImpl(WSDynamicClientBuilder builder)
           
WSDynamicClientImpl(WSDynamicClientBuilder builder, WSConsumer consumer)
           
WSDynamicClientImpl(WSDynamicClientBuilder builder, WSConsumer consumer, org.milyn.Smooks smooks)
           
 

Uses of WSDynamicClientBuilder in org.jboss.wise.core.client.impl.reflection.builder
 

Classes in org.jboss.wise.core.client.impl.reflection.builder that implement WSDynamicClientBuilder
 class ReflectionBasedWSDynamicClientBuilder
           
 

Methods in org.jboss.wise.core.client.impl.reflection.builder that return WSDynamicClientBuilder
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.bindingFiles(java.util.List<java.io.File> bindings)
           
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.catalogFile(java.io.File catalogFile)
           
 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(java.io.PrintStream messageStream)
           
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.password(java.lang.String password)
          set the password used in Basic Auth both for downloading wsdl and calling service
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.securityConfigName(java.lang.String name)
          It is the config name sed by JbossWS to enable WS-SE.
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.securityConfigUrl(java.lang.String url)
          It is the URL of config file used by JbossWS to enable WS-SE.
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.targetPackage(java.lang.String targetPackage)
          force the package name used for generated client classes.
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.tmpDir(java.lang.String tmpDir)
          set the temp direcoory location used to generate temporary client classes.
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.userName(java.lang.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(java.lang.String wsdlURL)
          Set the wsdlURL to generate WS client
 


JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.