Uses of Class
com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation.ANONYMOUS

Packages that use WSDLBoundOperation.ANONYMOUS
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.api.model.wsdl.editable   
com.sun.xml.ws.model.wsdl   
 

Uses of WSDLBoundOperation.ANONYMOUS in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundOperation.ANONYMOUS
 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.
 

Uses of WSDLBoundOperation.ANONYMOUS in com.sun.xml.ws.api.model.wsdl.editable
 

Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type WSDLBoundOperation.ANONYMOUS
 void EditableWSDLBoundOperation.setAnonymous(WSDLBoundOperation.ANONYMOUS anonymous)
          Sets the soapbinding:binding/operation/wsaw:Anonymous.
 

Uses of WSDLBoundOperation.ANONYMOUS in com.sun.xml.ws.model.wsdl
 

Methods in com.sun.xml.ws.model.wsdl that return WSDLBoundOperation.ANONYMOUS
 WSDLBoundOperation.ANONYMOUS WSDLBoundOperationImpl.getAnonymous()
           
 

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundOperation.ANONYMOUS
 void WSDLBoundOperationImpl.setAnonymous(WSDLBoundOperation.ANONYMOUS anonymous)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.