|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.ws.axis2.easybeans.EasybeansAxis2Invoker
public class EasybeansAxis2Invoker
EasyBeans invoker that will take an instance from the pool, call the method and then put it back in the pool.
| Constructor Summary | |
|---|---|
EasybeansAxis2Invoker(org.ow2.util.pool.api.Pool<org.ow2.easybeans.api.bean.EasyBeansSLSB,Long> pool)
Build a new invoker for the given stateless' pool. |
|
| Method Summary | |
|---|---|
Object |
getServiceObject()
Creates and returns a service object |
void |
releaseServiceObject(Object obj)
Called when the invoker is done with the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EasybeansAxis2Invoker(org.ow2.util.pool.api.Pool<org.ow2.easybeans.api.bean.EasyBeansSLSB,Long> pool)
pool - the stateless' pool of the factory| Method Detail |
|---|
public Object getServiceObject()
public void releaseServiceObject(Object obj)
context - CXF Exchangeobj - object to be released
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||