org.jboss.cdi.tck.tests.lookup.injection.non.contextual.ws
Class SheepWSEndPoint

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injection.non.contextual.ws.SheepWSEndPoint
All Implemented Interfaces:
SheepWS

public class SheepWSEndPoint
extends Object
implements SheepWS


Constructor Summary
SheepWSEndPoint()
           
 
Method Summary
 void initialize(Sheep sheep)
           
 boolean isSheepInjected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SheepWSEndPoint

public SheepWSEndPoint()
Method Detail

initialize

@Inject
public void initialize(Sheep sheep)

isSheepInjected

public boolean isSheepInjected()
Specified by:
isSheepInjected in interface SheepWS


Copyright © 2008-2013 Seam Framework. All Rights Reserved.