Uses of Enum
jakarta.xml.ws.soap.AddressingFeature.Responses
-
Uses of AddressingFeature.Responses in jakarta.xml.ws.soap
Modifier 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.Responses
Returns the enum constant of this type with the specified name.static AddressingFeature.Responses[]
AddressingFeature.Responses.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionAddressingFeature
(boolean enabled, boolean required, AddressingFeature.Responses responses) Creates and configures anAddressingFeature
with the use of addressing requirements.