Package org.citrusframework.ws.server
Class WebServiceEndpoint
java.lang.Object
org.citrusframework.ws.server.WebServiceEndpoint
- All Implemented Interfaces:
org.springframework.ws.server.endpoint.MessageEndpoint
public class WebServiceEndpoint
extends Object
implements org.springframework.ws.server.endpoint.MessageEndpoint
SpringWS
MessageEndpoint implementation. Endpoint will delegate message processing to
a EndpointAdapter implementation.- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the default header namespace uri.Gets the default header prefix.Gets the endpoint adapter.Gets the endpoint configuration.voidinvoke(org.springframework.ws.context.MessageContext messageContext) voidsetDefaultNamespaceUri(String defaultNamespaceUri) Set the default namespace used in SOAP response headers.voidsetDefaultPrefix(String defaultPrefix) Set the default namespace prefix used in SOAP response headers.voidsetEndpointAdapter(EndpointAdapter endpointAdapter) Set the endpoint adapter.voidsetEndpointConfiguration(WebServiceEndpointConfiguration endpointConfiguration) Sets the endpoint configuration.
-
Constructor Details
-
WebServiceEndpoint
public WebServiceEndpoint()
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceorg.springframework.ws.server.endpoint.MessageEndpoint- Throws:
org.citrusframework.exceptions.CitrusRuntimeExceptionException- See Also:
-
MessageEndpoint.invoke(org.springframework.ws.context.MessageContext)
-
getEndpointAdapter
Gets the endpoint adapter.- Returns:
-
setEndpointAdapter
Set the endpoint adapter.- Parameters:
endpointAdapter- the endpointAdapter to set
-
getDefaultNamespaceUri
Gets the default header namespace uri.- Returns:
-
setDefaultNamespaceUri
Set the default namespace used in SOAP response headers.- Parameters:
defaultNamespaceUri- the defaultNamespaceUri to set
-
getDefaultPrefix
Gets the default header prefix.- Returns:
-
setDefaultPrefix
Set the default namespace prefix used in SOAP response headers.- Parameters:
defaultPrefix- the defaultPrefix to set
-
getEndpointConfiguration
Gets the endpoint configuration.- Returns:
-
setEndpointConfiguration
Sets the endpoint configuration.- Parameters:
endpointConfiguration-
-