Search in sources :

Example 1 with JaxrsImpl

use of org.apache.servicecomb.swagger.invocation.models.JaxrsImpl in project incubator-servicecomb-java-chassis by apache.

the class TestPojoConsumerEqualSwagger method init.

@BeforeClass
public static void init() {
    env = new BootstrapNormal().boot();
    producer = env.createProducer(new JaxrsImpl());
    consumer = env.createConsumer(PojoConsumerIntf.class, producer.getSwaggerIntf());
    invoker = new LocalProducerInvoker(consumer, producer);
    proxy = invoker.getProxy();
}
Also used : PojoConsumerIntf(org.apache.servicecomb.swagger.invocation.models.PojoConsumerIntf) JaxrsImpl(org.apache.servicecomb.swagger.invocation.models.JaxrsImpl) BootstrapNormal(org.apache.servicecomb.swagger.engine.bootstrap.BootstrapNormal) LocalProducerInvoker(org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker) BeforeClass(org.junit.BeforeClass)

Aggregations

BootstrapNormal (org.apache.servicecomb.swagger.engine.bootstrap.BootstrapNormal)1 LocalProducerInvoker (org.apache.servicecomb.swagger.engine.unittest.LocalProducerInvoker)1 JaxrsImpl (org.apache.servicecomb.swagger.invocation.models.JaxrsImpl)1 PojoConsumerIntf (org.apache.servicecomb.swagger.invocation.models.PojoConsumerIntf)1 BeforeClass (org.junit.BeforeClass)1