@IbisInitializer public class NamespaceUriProviderBean extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
WebServiceListener
is registered without the `address` attribute, the listener uses
the `serviceNamespaceURI` or `name` attribute to register the service in the ServiceDispatcher
.
Requests that come in on this endpoint, will be dispatched to the appropriate WebServiceListener
based
on their default namespace.
Example: request with xmlns="urn:ws", will be dispatched to the WebServiceListener
with serviceNamespaceURI="urn:ws"
See NamespaceUriProvider
for more information.Constructor and Description |
---|
NamespaceUriProviderBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
Copyright © 2023 Frank!Framework. All rights reserved.