public class WebServiceEndpoint extends Object implements org.springframework.ws.server.endpoint.MessageEndpoint
MessageEndpoint implementation. Endpoint will delegate message processing to
a EndpointAdapter implementation.| Constructor and Description |
|---|
WebServiceEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultNamespaceUri()
Gets the default header namespace uri.
|
String |
getDefaultPrefix()
Gets the default header prefix.
|
EndpointAdapter |
getEndpointAdapter()
Gets the endpoint adapter.
|
WebServiceEndpointConfiguration |
getEndpointConfiguration()
Gets the endpoint configuration.
|
void |
invoke(org.springframework.ws.context.MessageContext messageContext) |
void |
setDefaultNamespaceUri(String defaultNamespaceUri)
Set the default namespace used in SOAP response headers.
|
void |
setDefaultPrefix(String defaultPrefix)
Set the default namespace prefix used in SOAP response headers.
|
void |
setEndpointAdapter(EndpointAdapter endpointAdapter)
Set the endpoint adapter.
|
void |
setEndpointConfiguration(WebServiceEndpointConfiguration endpointConfiguration)
Sets the endpoint configuration.
|
public void invoke(org.springframework.ws.context.MessageContext messageContext)
throws Exception
invoke in interface org.springframework.ws.server.endpoint.MessageEndpointCitrusRuntimeExceptionExceptionMessageEndpoint.invoke(org.springframework.ws.context.MessageContext)public EndpointAdapter getEndpointAdapter()
public void setEndpointAdapter(EndpointAdapter endpointAdapter)
endpointAdapter - the endpointAdapter to setpublic String getDefaultNamespaceUri()
public void setDefaultNamespaceUri(String defaultNamespaceUri)
defaultNamespaceUri - the defaultNamespaceUri to setpublic String getDefaultPrefix()
public void setDefaultPrefix(String defaultPrefix)
defaultPrefix - the defaultPrefix to setpublic WebServiceEndpointConfiguration getEndpointConfiguration()
public void setEndpointConfiguration(WebServiceEndpointConfiguration endpointConfiguration)
endpointConfiguration - Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.