Package org.wildfly.httpclient.ejb
Class HttpRemoteEjbService
- java.lang.Object
-
- org.wildfly.httpclient.ejb.HttpRemoteEjbService
-
public class HttpRemoteEjbService extends Object
HTTP service that handles EJB calls.- Author:
- Stuart Douglas, Flavia Rainone, Richard Opalka
-
-
Constructor Summary
Constructors Constructor Description HttpRemoteEjbService(org.jboss.ejb.server.Association association, ExecutorService executorService, org.wildfly.transaction.client.LocalTransactionContext localTransactionContext, Function<String,Boolean> classResolverFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.server.HttpHandlercreateHttpHandler()
-
-
-
Constructor Detail
-
HttpRemoteEjbService
public HttpRemoteEjbService(org.jboss.ejb.server.Association association, ExecutorService executorService, org.wildfly.transaction.client.LocalTransactionContext localTransactionContext, Function<String,Boolean> classResolverFilter)
-
-