public class HL7TransportOutInfo extends Object implements org.apache.axis2.transport.OutTransportInfo
Constructor and Description |
---|
HL7TransportOutInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getMessageControllerID() |
org.wso2.carbon.business.messaging.hl7.common.HL7ProcessingContext |
getProcessingContext() |
void |
setContentType(String contentType) |
void |
setMessageControllerID(String messageControllerID) |
void |
setProcessingContext(org.wso2.carbon.business.messaging.hl7.common.HL7ProcessingContext processingContext) |
public void setContentType(String contentType)
setContentType
in interface org.apache.axis2.transport.OutTransportInfo
public String getContentType()
public String getMessageControllerID()
public void setMessageControllerID(String messageControllerID)
public org.wso2.carbon.business.messaging.hl7.common.HL7ProcessingContext getProcessingContext()
public void setProcessingContext(org.wso2.carbon.business.messaging.hl7.common.HL7ProcessingContext processingContext)
Copyright © 2021 WSO2. All rights reserved.