Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation.ANONYMOUS |
WSDLBoundOperation.getAnonymous()
Gets the soapbinding:binding/operation/wsaw:Anonymous.
|
static WSDLBoundOperation.ANONYMOUS |
WSDLBoundOperation.ANONYMOUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSDLBoundOperation.ANONYMOUS[] |
WSDLBoundOperation.ANONYMOUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableWSDLBoundOperation.setAnonymous(WSDLBoundOperation.ANONYMOUS anonymous)
Sets the soapbinding:binding/operation/wsaw:Anonymous.
|
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation.ANONYMOUS |
WSDLBoundOperationImpl.getAnonymous() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLBoundOperationImpl.setAnonymous(WSDLBoundOperation.ANONYMOUS anonymous) |
Copyright © 2015 Oracle Corporation. All rights reserved.