org.jboss.seam.rest.client
Class DefaultClientExecutorProducer

java.lang.Object
  extended by org.jboss.seam.rest.client.DefaultClientExecutorProducer

@ApplicationScoped
public class DefaultClientExecutorProducer
extends Object

Produces the default ClientExecutor. The default ClientExecutor can be overriden by providing an alternative instance of ClientExecutor.

Author:
Jozef Hartinger

Constructor Summary
DefaultClientExecutorProducer()
           
 
Method Summary
 org.jboss.resteasy.client.ClientExecutor createExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClientExecutorProducer

public DefaultClientExecutorProducer()
Method Detail

createExecutor

@Produces
@DefaultBean(value=org.jboss.resteasy.client.ClientExecutor.class)
public org.jboss.resteasy.client.ClientExecutor createExecutor()


Copyright © 2011 Seam Framework. All Rights Reserved.