public class CXFMessageParser extends Object
Constructor and Description |
---|
CXFMessageParser(Message message) |
Modifier and Type | Method and Description |
---|---|
String |
getAction(String defaultSOAPAction) |
String |
getIssuer()
Get the Issuer of the SAML Assertion
|
String |
getResourceURI(boolean fullRequestURL) |
QName |
getWSDLOperation() |
QName |
getWSDLService() |
boolean |
isSOAPService() |
public CXFMessageParser(Message message)
message
- public boolean isSOAPService()
public QName getWSDLOperation()
public QName getWSDLService()
public String getResourceURI(boolean fullRequestURL)
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:public String getIssuer() throws org.apache.wss4j.common.ext.WSSecurityException
org.apache.wss4j.common.ext.WSSecurityException
Apache CXF