Uses of Class
org.springframework.ws.server.endpoint.MethodEndpoint
Packages that use MethodEndpoint
Package
Description
Provides miscellaneous
EndpointAdapter
implementations.Provides miscellaneous endpoints
EndpointMapping
implementations.-
Uses of MethodEndpoint in org.springframework.ws.server.endpoint.adapter
Methods in org.springframework.ws.server.endpoint.adapter with parameters of type MethodEndpointModifier and TypeMethodDescriptionprotected @Nullable Object[]
DefaultMethodEndpointAdapter.getMethodArguments
(MessageContext messageContext, MethodEndpoint methodEndpoint) Returns the argument array for the given method endpoint.protected void
DefaultMethodEndpointAdapter.handleMethodReturnValue
(MessageContext messageContext, Object returnValue, MethodEndpoint methodEndpoint) Handle the return value for the given method endpoint.protected abstract void
AbstractMethodEndpointAdapter.invokeInternal
(MessageContext messageContext, MethodEndpoint methodEndpoint) Use the given method endpoint to handle the request.protected final void
DefaultMethodEndpointAdapter.invokeInternal
(MessageContext messageContext, MethodEndpoint methodEndpoint) protected abstract boolean
AbstractMethodEndpointAdapter.supportsInternal
(MethodEndpoint methodEndpoint) Given a method endpoint, return whether or not this adapter can support it.protected boolean
DefaultMethodEndpointAdapter.supportsInternal
(MethodEndpoint methodEndpoint) -
Uses of MethodEndpoint in org.springframework.ws.server.endpoint.mapping
Methods in org.springframework.ws.server.endpoint.mapping that return MethodEndpointModifier and TypeMethodDescriptionprotected @Nullable MethodEndpoint
AbstractMethodEndpointMapping.lookupEndpoint
(T key) Looks up an endpoint instance for the given keys.Methods in org.springframework.ws.server.endpoint.mapping with parameters of type MethodEndpointModifier and TypeMethodDescriptionprotected void
AbstractMethodEndpointMapping.registerEndpoint
(T key, @Nullable MethodEndpoint endpoint) Register the given endpoint instance under the key.