Class NamespaceUriProvider

java.lang.Object
org.frankframework.http.cxf.AbstractSOAPProvider
org.frankframework.http.cxf.NamespaceUriProvider
All Implemented Interfaces:
jakarta.xml.ws.Provider<jakarta.xml.soap.SOAPMessage>

@ServiceMode(MESSAGE) @BindingType("http://www.w3.org/2003/05/soap/bindings/HTTP/") public class NamespaceUriProvider extends AbstractSOAPProvider
Soap Provider that accepts any message and routes it to a listener with a corresponding TargetObjectNamespacURI.
Author:
Niels Meijer
  • Constructor Details

    • NamespaceUriProvider

      public NamespaceUriProvider()
  • Method Details

    • invoke

      public jakarta.xml.soap.SOAPMessage invoke(jakarta.xml.soap.SOAPMessage request)
      Specified by:
      invoke in interface jakarta.xml.ws.Provider<jakarta.xml.soap.SOAPMessage>
      Overrides:
      invoke in class AbstractSOAPProvider
    • findNamespaceUri

      public String findNamespaceUri() throws ListenerException
      Throws:
      ListenerException