Package org.mule.module.soapkit.internal
Class SoapSubFlowPayload
java.lang.Object
org.mule.module.soapkit.internal.SoapSubFlowPayload
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSoapSubFlowPayload(org.mule.runtime.api.metadata.TypedValue<InputStream> body, Map<String, org.mule.runtime.api.metadata.TypedValue<String>> headers, Map<String, org.mule.runtime.api.metadata.TypedValue<InputStream>> attachments) -
Method Summary
Modifier and TypeMethodDescriptionMap<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> org.mule.runtime.api.metadata.TypedValue<InputStream>getBody()toString()
-
Constructor Details
-
SoapSubFlowPayload
public SoapSubFlowPayload(org.mule.runtime.api.metadata.TypedValue<InputStream> body, Map<String, org.mule.runtime.api.metadata.TypedValue<String>> headers, Map<String, org.mule.runtime.api.metadata.TypedValue<InputStream>> attachments)
-
-
Method Details