Arquillian Example Domain 1.0.0.CR1

com.acme.cdi.payment
Class SynchronousPaymentProcessor

java.lang.Object
  extended by com.acme.cdi.payment.SynchronousPaymentProcessor
All Implemented Interfaces:
PaymentProcessor

@RequestScoped
public class SynchronousPaymentProcessor
extends Object
implements PaymentProcessor


Constructor Summary
SynchronousPaymentProcessor()
           
 
Method Summary
 void process(String payment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousPaymentProcessor

public SynchronousPaymentProcessor()
Method Detail

process

public void process(String payment)
Specified by:
process in interface PaymentProcessor

Arquillian Example Domain 1.0.0.CR1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.