Apache CXF API

org.apache.cxf.rt.security.xacml
Class CXFMessageParser

java.lang.Object
  extended by org.apache.cxf.rt.security.xacml.CXFMessageParser

public class CXFMessageParser
extends Object


Constructor Summary
CXFMessageParser(Message message)
           
 
Method Summary
 String getAction(String defaultSOAPAction)
           
 String getIssuer()
          Get the Issuer of the SAML Assertion
 String getResourceURI(boolean fullRequestURL)
           
 QName getWSDLOperation()
           
 QName getWSDLService()
           
 boolean isSOAPService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Apache CXF API

Apache CXF