@ManagedData public class MemberSubmissionAddressingFeature extends WebServiceFeature
Modifier and Type | Field and Description |
---|---|
static String |
ID
Constant value identifying the MemberSubmissionAddressingFeature
|
static String |
IS_REQUIRED
Constant ID for the
required feature parameter |
enabled
Constructor and Description |
---|
MemberSubmissionAddressingFeature()
Create an MemberSubmissionAddressingFeature
The instance created will be enabled.
|
MemberSubmissionAddressingFeature(boolean enabled)
Create an MemberSubmissionAddressingFeature
|
MemberSubmissionAddressingFeature(boolean enabled,
boolean required)
Create an
MemberSubmissionAddressingFeature |
MemberSubmissionAddressingFeature(boolean enabled,
boolean required,
MemberSubmissionAddressing.Validation validation)
Create an
MemberSubmissionAddressingFeature |
Modifier and Type | Method and Description |
---|---|
String |
getID() |
MemberSubmissionAddressing.Validation |
getValidation() |
boolean |
isRequired() |
void |
setRequired(boolean required) |
void |
setValidation(MemberSubmissionAddressing.Validation validation) |
isEnabled
public static final String ID
public static final String IS_REQUIRED
required
feature parameterpublic MemberSubmissionAddressingFeature()
public MemberSubmissionAddressingFeature(boolean enabled)
enabled
- specifies whether this feature should
be enabled or not.public MemberSubmissionAddressingFeature(boolean enabled, boolean required)
MemberSubmissionAddressingFeature
enabled
- specifies whether this feature should
be enabled or not.required
- specifies the value that will be used
for the required
attribute on the
wsaw:UsingAddressing
element.public MemberSubmissionAddressingFeature(boolean enabled, boolean required, MemberSubmissionAddressing.Validation validation)
MemberSubmissionAddressingFeature
enabled
- specifies whether this feature should
be enabled or not.required
- specifies the value that will be used
for the required
attribute on the
wsaw:UsingAddressing
element.validation
- specifies the value that will be used
for validation for the incoming messages. If LAX, messages are not strictly checked for conformance with the spec.@ManagedAttribute public String getID()
getID
in class WebServiceFeature
@ManagedAttribute public boolean isRequired()
public void setRequired(boolean required)
public void setValidation(MemberSubmissionAddressing.Validation validation)
@ManagedAttribute public MemberSubmissionAddressing.Validation getValidation()
Copyright © 2015 Oracle Corporation. All rights reserved.