org.apache.axis2.jaxws.description
Interface ResolvedHandlersDescription

All Known Implementing Classes:
ResolvedHandlersDescriptionImpl

public interface ResolvedHandlersDescription

Information related to handlers which have been resolved to a particluar port. This information consists of: - The handler implementation classes - The list of SOAP roles (aka SOAP Actors) This information is cached on the service descrpiption so the handlers don't have to be resolved for other HandlerResolvers requesting handlers for the same port.


Method Summary
 List<Class> getHandlerClasses()
           
 List<String> getRoles()
           
 void setHandlerClasses(List<Class> handlerClasses)
           
 void setRoles(List<String> role)
           
 

Method Detail

setHandlerClasses

void setHandlerClasses(List<Class> handlerClasses)

getHandlerClasses

List<Class> getHandlerClasses()

setRoles

void setRoles(List<String> role)

getRoles

List<String> getRoles()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.