Uses of Interface
org.apache.wsrp4j.producer.provider.DescriptionHandler

Packages that use DescriptionHandler
org.apache.wsrp4j.producer.provider   
org.apache.wsrp4j.producer.provider.pluto.driver   
 

Uses of DescriptionHandler in org.apache.wsrp4j.producer.provider
 

Methods in org.apache.wsrp4j.producer.provider that return DescriptionHandler
 DescriptionHandler Provider.getDescriptionHandler()
          Returns an instance of DescriptionHandler by calling the constructor of the corresponding class implementing the DescriptionHandler-Interface
 

Uses of DescriptionHandler in org.apache.wsrp4j.producer.provider.pluto.driver
 

Classes in org.apache.wsrp4j.producer.provider.pluto.driver that implement DescriptionHandler
 class DescriptionHandlerImpl
           
 

Fields in org.apache.wsrp4j.producer.provider.pluto.driver declared as DescriptionHandler
private  DescriptionHandler ProviderImpl.descriptionHandler
           
 

Methods in org.apache.wsrp4j.producer.provider.pluto.driver that return DescriptionHandler
 DescriptionHandler ProviderImpl.getDescriptionHandler()
          Returns an instance of the DescriptionHandlerImpl-class.
static DescriptionHandler DescriptionHandlerImpl.create(Provider provider)
          Creates a new DescriptionHandlerImpl-object.
 



--