public class BodyPartFinder extends Object
| Constructor and Description |
|---|
BodyPartFinder() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.wsdl.parser.model.message.MessagePart |
getBodyPart(org.mule.wsdl.parser.model.operation.OperationModel operation,
String soapAction) |
static Set<QName> |
getPossibleBodyParts(org.mule.wsdl.parser.model.PortModel model) |
static QName |
getQName(org.mule.wsdl.parser.model.message.MessagePart bodyPart) |
public static Set<QName> getPossibleBodyParts(org.mule.wsdl.parser.model.PortModel model)
public static org.mule.wsdl.parser.model.message.MessagePart getBodyPart(org.mule.wsdl.parser.model.operation.OperationModel operation,
String soapAction)
public static QName getQName(org.mule.wsdl.parser.model.message.MessagePart bodyPart)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.