public final class WSEndpointHandlersMapping extends Object
| Constructor and Description |
|---|
WSEndpointHandlersMapping() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getHandlers(String endpointClass)
Returns handlers class names associated with WS endpoint.
|
boolean |
isEmpty() |
void |
registerEndpointHandlers(String endpointClass,
Set<String> endpointHandlers)
Registers endpoint and its associated WS handlers.
|
public void registerEndpointHandlers(String endpointClass, Set<String> endpointHandlers)
endpointClass - WS endpointendpointHandlers - WS handlers associated with endpointpublic Set<String> getHandlers(String endpointClass)
endpointClass - to get associated handlers forpublic boolean isEmpty()
Copyright © 2023 JBoss by Red Hat. All rights reserved.