Package org.mule.wsdl.parser.model
Class SoapBinding
-
- All Implemented Interfaces:
public final class SoapBinding
-
-
Field Summary
Fields Modifier and Type Field Description private final SoapVersionversionprivate final WsdlStylestyleprivate final StringtransportUri
-
Constructor Summary
Constructors Constructor Description SoapBinding(SoapVersion version, WsdlStyle style, String transportUri)
-
Method Summary
Modifier and Type Method Description final SoapVersiongetVersion()final WsdlStylegetStyle()final StringgetTransportUri()-
-
Constructor Detail
-
SoapBinding
SoapBinding(SoapVersion version, WsdlStyle style, String transportUri)
-
-
Method Detail
-
getVersion
final SoapVersion getVersion()
-
getTransportUri
final String getTransportUri()
-
-
-
-