|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.model.soap.SOAPBinding
com.sun.xml.ws.model.soap.SOAPBindingImpl
public class SOAPBindingImpl
A wsdl:opeartion binding object that represents soap:binding. This can be
the return of JavaMethod.getBinding().
| Field Summary |
|---|
| Fields inherited from class com.sun.xml.ws.api.model.soap.SOAPBinding |
|---|
soapAction, soapVersion, style, use |
| Constructor Summary | |
|---|---|
SOAPBindingImpl()
|
|
SOAPBindingImpl(SOAPBinding sb)
|
|
| Method Summary | |
|---|---|
void |
setSOAPAction(java.lang.String soapAction)
|
void |
setSOAPVersion(SOAPVersion version)
|
void |
setStyle(javax.jws.soap.SOAPBinding.Style style)
|
| Methods inherited from class com.sun.xml.ws.api.model.soap.SOAPBinding |
|---|
getSOAPAction, getSOAPVersion, getStyle, getUse, isDocLit, isRpcLit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOAPBindingImpl()
public SOAPBindingImpl(SOAPBinding sb)
| Method Detail |
|---|
public void setStyle(javax.jws.soap.SOAPBinding.Style style)
style - The style to set.public void setSOAPVersion(SOAPVersion version)
version - public void setSOAPAction(java.lang.String soapAction)
soapAction - The soapAction to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||