org.jboss.wise.core.jbossmc.beans
Class ReflectionWSDynamicClientFactory

java.lang.Object
  extended by org.jboss.wise.core.client.factories.WSDynamicClientFactory
      extended by org.jboss.wise.core.jbossmc.beans.ReflectionWSDynamicClientFactory

public class ReflectionWSDynamicClientFactory
extends WSDynamicClientFactory

Author:
stefano.maestri@javalinux.it

Constructor Summary
ReflectionWSDynamicClientFactory()
           
 
Method Summary
 WSDynamicClientBuilder createBuilder()
          
 
Methods inherited from class org.jboss.wise.core.client.factories.WSDynamicClientFactory
getConfig, getInstance, getJAXRSClient, getJAXRSClient, getJAXWSClient, getJAXWSClient, getJAXWSClient, getJAXWSClient, initialise, setConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionWSDynamicClientFactory

public ReflectionWSDynamicClientFactory()
Method Detail

createBuilder

public WSDynamicClientBuilder createBuilder()

Specified by:
createBuilder in class WSDynamicClientFactory
See Also:
WSDynamicClientFactory.createBuilder()