Uses of Class
org.mule.soap.api.message.SoapAttachment
Packages that use SoapAttachment
Package
Description
-
Uses of SoapAttachment in org.mule.soap.api.message
Methods in org.mule.soap.api.message that return types with arguments of type SoapAttachmentMethods in org.mule.soap.api.message with parameters of type SoapAttachmentModifier and TypeMethodDescriptionSoapRequestBuilder.attachment(String name, SoapAttachment attachment) Method parameters in org.mule.soap.api.message with type arguments of type SoapAttachmentModifier and TypeMethodDescriptionSoapRequestBuilder.attachments(Map<String, SoapAttachment> attachments) -
Uses of SoapAttachment in org.mule.soap.internal.client
Method parameters in org.mule.soap.internal.client with type arguments of type SoapAttachmentModifier and TypeMethodDescriptionAbstractSoapCxfClient.buildCxfAttachments(Map<String, SoapAttachment> attachments) DefaultSoapCxfClient.buildCxfAttachments(Map<String, SoapAttachment> attachments) SoapMtomCxfClient.buildCxfAttachments(Map<String, SoapAttachment> attachments) -
Uses of SoapAttachment in org.mule.soap.internal.generator
Method parameters in org.mule.soap.internal.generator with type arguments of type SoapAttachmentModifier and TypeMethodDescriptionSoapRequestGenerator.generate(String operation, InputStream body, String encoding, Map<String, SoapAttachment> attachments) Generates anXMLStreamReaderSOAP request ready to be consumed by CXF. -
Uses of SoapAttachment in org.mule.soap.internal.generator.attachment
Methods in org.mule.soap.internal.generator.attachment with parameters of type SoapAttachmentModifier and TypeMethodDescriptionprotected abstract voidAttachmentRequestEnricher.writeAttachmentContent(XMLEventWriter xmlEventWriter, String attachmentName, SoapAttachment soapAttachment) protected voidMtomRequestEnricher.writeAttachmentContent(XMLEventWriter xmlEventWriter, String attachmentName, SoapAttachment soapAttachment) protected voidSoapAttachmentRequestEnricher.writeAttachmentContent(XMLEventWriter xmlEventWriter, String attachmentName, SoapAttachment soapAttachment) Method parameters in org.mule.soap.internal.generator.attachment with type arguments of type SoapAttachmentModifier and TypeMethodDescriptionAttachmentRequestEnricher.enrichRequest(String operation, InputStream body, String encoding, Map<String, SoapAttachment> attachments) -
Uses of SoapAttachment in org.mule.soap.internal.message
Methods in org.mule.soap.internal.message that return types with arguments of type SoapAttachmentModifier and TypeMethodDescriptionDefaultSoapRequest.getAttachments()DefaultSoapResponse.getAttachments()EmptySoapResponse.getAttachments()