Class WSEndpointHandlersMapping
java.lang.Object
org.jboss.as.webservices.injection.WSEndpointHandlersMapping
Defines mapping of Jaxws endpoints and their handlers.
- Author:
- Richard Opalka
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandlers(String endpointClass) Returns handlers class names associated with WS endpoint.booleanisEmpty()voidregisterEndpointHandlers(String endpointClass, Set<String> endpointHandlers) Registers endpoint and its associated WS handlers.
-
Constructor Details
-
WSEndpointHandlersMapping
public WSEndpointHandlersMapping()
-
-
Method Details
-
registerEndpointHandlers
Registers endpoint and its associated WS handlers.- Parameters:
endpointClass- WS endpointendpointHandlers- WS handlers associated with endpoint
-
getHandlers
Returns handlers class names associated with WS endpoint.- Parameters:
endpointClass- to get associated handlers for- Returns:
- associated handlers class names
-
isEmpty
public boolean isEmpty()
-