Uses of Enum Class
jakarta.xml.ws.soap.AddressingFeature.Responses
Packages that use AddressingFeature.Responses
-
Uses of AddressingFeature.Responses in jakarta.xml.ws.soap
Subclasses with type arguments of type AddressingFeature.Responses in jakarta.xml.ws.soapModifier and TypeClassDescriptionstatic enumIf addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all.Fields in jakarta.xml.ws.soap declared as AddressingFeature.ResponsesModifier and TypeFieldDescriptionprivate final AddressingFeature.ResponsesAddressingFeature.responsesMethods in jakarta.xml.ws.soap that return AddressingFeature.ResponsesModifier and TypeMethodDescriptionAddressingFeature.getResponses()If addressing is enabled, this property determines whether endpoint requires the use of anonymous responses, or non-anonymous responses, or all responses.static AddressingFeature.ResponsesReturns the enum constant of this class with the specified name.static AddressingFeature.Responses[]AddressingFeature.Responses.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jakarta.xml.ws.soap with parameters of type AddressingFeature.ResponsesModifierConstructorDescriptionAddressingFeature(boolean enabled, boolean required, AddressingFeature.Responses responses) Creates and configures anAddressingFeaturewith the use of addressing requirements.