jfun.yan.xfire
Interface ServiceDecorator

All Known Implementing Classes:
YanServiceDecorator

public interface ServiceDecorator

A decorator that either decorates or transforms a Service object.

Author:
Ben Yu Jan 31, 2006 12:13:53 PM

Method Summary
 org.codehaus.xfire.service.Service decorate(org.codehaus.xfire.service.Service service)
           
 

Method Detail

decorate

org.codehaus.xfire.service.Service decorate(org.codehaus.xfire.service.Service service)