org.jboss.seam.rest.client
Class DefaultClientExecutorProducer
java.lang.Object
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
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 |
DefaultClientExecutorProducer
public DefaultClientExecutorProducer()
createExecutor
@Produces
@DefaultBean(value=org.jboss.resteasy.client.ClientExecutor.class)
public org.jboss.resteasy.client.ClientExecutor createExecutor()
Copyright © 2011 Seam Framework. All Rights Reserved.