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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class>
getHandlerClasses()
List<String>
getRoles()
void
setHandlerClasses(List<Class> handlerClasses)
void
setRoles(List<String> role)
-