Uses of Enum
com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation.ANONYMOUS
Packages that use WSDLBoundOperation.ANONYMOUS
Package
Description
-
Uses of WSDLBoundOperation.ANONYMOUS in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundOperation.ANONYMOUSModifier and TypeMethodDescriptionWSDLBoundOperation.getAnonymous()Gets the soapbinding:binding/operation/wsaw:Anonymous.static WSDLBoundOperation.ANONYMOUSReturns 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.ANONYMOUSModifier and TypeMethodDescriptionvoidEditableWSDLBoundOperation.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.ANONYMOUSMethods in com.sun.xml.ws.model.wsdl with parameters of type WSDLBoundOperation.ANONYMOUSModifier and TypeMethodDescriptionvoidWSDLBoundOperationImpl.setAnonymous(WSDLBoundOperation.ANONYMOUS anonymous)