public class SOAPBindingData extends Object implements SecurityBindingData
Constructor and Description |
---|
SOAPBindingData(SOAPMessage soapMessage)
Constructs a new SOAP binding data with the specified SOAP message.
|
SOAPBindingData(SOAPMessage soapMessage,
WebServiceContext webServiceContext)
Constructs a new SOAP binding data with the specified SOAP message and web service context.
|
Modifier and Type | Method and Description |
---|---|
Set<org.switchyard.security.credential.Credential> |
extractCredentials()
Extracts the Credentials from the SecurityBindingData.
|
Map<String,List<String>> |
getHttpHeaders()
Get the HTTP headers.
|
org.switchyard.component.soap.composer.SOAPFaultInfo |
getSOAPFaultInfo()
Gets the SOAPFault information.
|
SOAPMessage |
getSOAPMessage()
Gets the SOAP message.
|
Integer |
getStatus()
Get the HTTP response status.
|
WebServiceContext |
getWebServiceContext()
Gets the web service context.
|
void |
setHttpHeaders(Map<String,List<String>> httpHeaders)
Set the HTTP headers.
|
void |
setSOAPFaultInfo(org.switchyard.component.soap.composer.SOAPFaultInfo faultInfo)
Sets the SOAPFault information.
|
void |
setStatus(Integer status)
Set the HTTP response status.
|
public SOAPBindingData(SOAPMessage soapMessage)
soapMessage
- the specified SOAP message.public SOAPBindingData(SOAPMessage soapMessage, WebServiceContext webServiceContext)
soapMessage
- the specified SOAP messagewebServiceContext
- the specified web service contextpublic SOAPMessage getSOAPMessage()
public org.switchyard.component.soap.composer.SOAPFaultInfo getSOAPFaultInfo()
public void setSOAPFaultInfo(org.switchyard.component.soap.composer.SOAPFaultInfo faultInfo)
faultInfo
- the SOAPFaultInfo objectpublic WebServiceContext getWebServiceContext()
public Integer getStatus()
public void setStatus(Integer status)
status
- the response statuspublic Map<String,List<String>> getHttpHeaders()
public void setHttpHeaders(Map<String,List<String>> httpHeaders)
httpHeaders
- HTTP headerspublic Set<org.switchyard.security.credential.Credential> extractCredentials()
extractCredentials
in interface SecurityBindingData
Copyright © 2013–2020 JBoss by Red Hat. All rights reserved.