|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.xfire.YanServiceDecorator
public class YanServiceDecorator
This decorator implementation uses a Yan Container object
to obtain the Factory object for a given service type.
This Factory object together with a ScopePolicy object
are then used to construct an Invoker instance
and set the Invoker instance to the Service object.
| Constructor Summary | |
|---|---|
YanServiceDecorator(Container yan,
ScopePolicy scope)
Create a YanServiceDecorator object. |
|
| Method Summary | |
|---|---|
org.codehaus.xfire.service.Service |
decorate(org.codehaus.xfire.service.Service service)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YanServiceDecorator(Container yan,
ScopePolicy scope)
yan - the Container object.scope - the ScopePolicy object.| Method Detail |
|---|
public org.codehaus.xfire.service.Service decorate(org.codehaus.xfire.service.Service service)
decorate in interface ServiceDecorator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||