public class SOAPBindingImpl extends SOAPBinding
JavaMethod.getBinding()
.
the default values are always document/literal and SoapVersion is SOAP 1.1.soapAction, soapVersion, style, use
Constructor and Description |
---|
SOAPBindingImpl() |
SOAPBindingImpl(SOAPBinding sb) |
Modifier and Type | Method and Description |
---|---|
void |
setSOAPAction(String soapAction) |
void |
setSOAPVersion(SOAPVersion version) |
void |
setStyle(SOAPBinding.Style style) |
getSOAPAction, getSOAPVersion, getStyle, getUse, isDocLit, isRpcLit
public SOAPBindingImpl()
public SOAPBindingImpl(SOAPBinding sb)
public void setStyle(SOAPBinding.Style style)
style
- The style to set.public void setSOAPVersion(SOAPVersion version)
version
- public void setSOAPAction(String soapAction)
soapAction
- The soapAction to set.Copyright © 2015 Oracle Corporation. All rights reserved.