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)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.catalogFile(java.io.File catelog)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.keepSource(boolean bool)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.maxThreadPoolSize(int maxThreadPoolSize)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.messageStream(java.io.PrintStream messageStream)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.password(java.lang.String password)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.securityConfigName(java.lang.String name)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.securityConfigUrl(java.lang.String url)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.targetPackage(java.lang.String targetPackage)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.tmpDir(java.lang.String tmpDir)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.userName(java.lang.String userName)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.verbose(boolean bool)
           
 WSDynamicClientBuilder WSDynamicClientBuilder.wsdlURL(java.lang.String wsdlURL)
           
 

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)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.maxThreadPoolSize(int maxThreadPoolSize)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.messageStream(java.io.PrintStream messageStream)
           
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.password(java.lang.String password)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.securityConfigName(java.lang.String name)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.securityConfigUrl(java.lang.String url)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.targetPackage(java.lang.String targetPackage)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.tmpDir(java.lang.String tmpDir)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.userName(java.lang.String userName)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.verbose(boolean bool)
          
 WSDynamicClientBuilder ReflectionBasedWSDynamicClientBuilder.wsdlURL(java.lang.String wsdlURL)
          
 


JBoss Wise API

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