Package | Description |
---|---|
org.springframework.ws.server |
Contains classes for server-side Spring-WS support.
|
org.springframework.ws.server.endpoint.adapter |
Provides miscellaneous
EndpointAdapter implementations. |
Modifier and Type | Method and Description |
---|---|
protected EndpointAdapter |
MessageDispatcher.getEndpointAdapter(Object endpoint)
Returns the
EndpointAdapter for the given endpoint. |
Modifier and Type | Method and Description |
---|---|
List<EndpointAdapter> |
MessageDispatcher.getEndpointAdapters()
Returns the
EndpointAdapter s to use by this MessageDispatcher . |
Modifier and Type | Method and Description |
---|---|
void |
MessageDispatcher.setEndpointAdapters(List<EndpointAdapter> endpointAdapters)
Sets the
EndpointAdapter s to use by this MessageDispatcher . |
Copyright © 2020 Pivotal Software. All rights reserved.