Uses of Enum
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.Methods 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 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.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.