Uses of Class
com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation.ANONYMOUS
-
Packages that use WSDLBoundOperation.ANONYMOUS Package Description 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 Modifier and Type Method Description WSDLBoundOperation.ANONYMOUSWSDLBoundOperation. getAnonymous()Gets the soapbinding:binding/operation/wsaw:Anonymous.static WSDLBoundOperation.ANONYMOUSWSDLBoundOperation.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 Modifier and Type Method Description voidEditableWSDLBoundOperation. 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 Modifier and Type Method Description WSDLBoundOperation.ANONYMOUSWSDLBoundOperationImpl. getAnonymous()Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundOperation.ANONYMOUS Modifier and Type Method Description voidWSDLBoundOperationImpl. setAnonymous(WSDLBoundOperation.ANONYMOUS anonymous)
-