Class CXFMessageParser


  • public class CXFMessageParser
    extends Object
    • Constructor Detail

      • CXFMessageParser

        public CXFMessageParser​(Message message)
        Parameters:
        message -
    • Method Detail

      • isSOAPService

        public boolean isSOAPService()
      • getWSDLOperation

        public QName getWSDLOperation()
      • getWSDLService

        public QName getWSDLService()
      • getResourceURI

        public String getResourceURI​(boolean fullRequestURL)
        Parameters:
        fullRequestURL - Whether to send the full Request URL as the resource or not. If set to true, the full Request URL will be sent for both a JAX-WS and JAX-RS service. If set to false (the default), a JAX-WS service will send the "{namespace}operation" QName, and a JAX-RS service will send the RequestURI (i.e. minus the initial https: prefix)
      • getAction

        public String getAction​(String defaultSOAPAction)
      • getIssuer

        public String getIssuer()
                         throws org.apache.wss4j.common.ext.WSSecurityException
        Get the Issuer of the SAML Assertion
        Throws:
        org.apache.wss4j.common.ext.WSSecurityException