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(javax.jws.soap.SOAPBinding.Style style) |
getSOAPAction, getSOAPVersion, getStyle, getUse, isDocLit, isRpcLitpublic SOAPBindingImpl()
public SOAPBindingImpl(SOAPBinding sb)
public void setStyle(javax.jws.soap.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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.