Package com.sun.xml.ws.model.soap
Class SOAPBindingImpl
java.lang.Object
com.sun.xml.ws.api.model.soap.SOAPBinding
com.sun.xml.ws.model.soap.SOAPBindingImpl
A wsdl:opeartion binding object that represents soap:binding. This can be
the return of
the default values are always document/literal and SoapVersion is SOAP 1.1.
JavaMethod.getBinding().
the default values are always document/literal and SoapVersion is SOAP 1.1.
- Author:
- Vivek Pandey
-
Field Summary
Fields inherited from class com.sun.xml.ws.api.model.soap.SOAPBinding
soapAction, soapVersion, style, use -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSOAPAction(String soapAction) voidsetSOAPVersion(SOAPVersion version) voidsetStyle(jakarta.jws.soap.SOAPBinding.Style style) Methods inherited from class com.sun.xml.ws.api.model.soap.SOAPBinding
getSOAPAction, getSOAPVersion, getStyle, getUse, isDocLit, isRpcLit
-
Constructor Details
-
SOAPBindingImpl
public SOAPBindingImpl() -
SOAPBindingImpl
-
-
Method Details
-
setStyle
public void setStyle(jakarta.jws.soap.SOAPBinding.Style style) - Parameters:
style- The style to set.
-
setSOAPVersion
-
setSOAPAction
- Parameters:
soapAction- The soapAction to set.
-