|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddressingType
A representation of the model object 'Addressing Type'. This specifies the WS-Addressing requirements for a JAX-WS web service. It corresponds to javax.xml.ws.soap.Addressing annotation or its feature javax.xml.ws.soap.AddressingFeature. If the "enabled" element is "true", WS-Addressing is enabled. It means that the endpoint supports WS-Addressing but does not require its use. The default value for "enabled" is "true". If the WS-Addressing is enabled and the "required" element is "true", it means that the endpoint requires WS-Addressing. The default value for "required" is "false". If WS-Addressing is enabled, the "responses" element determines if an endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all. The value of the "responses" element must be one of the following: ANONYMOUS NON_ANONYMOUS ALL The default value for the "responses" is ALL.
The following features are supported:
Webapp30Package.getAddressingType()
Method Summary | |
---|---|
TrueFalseType |
getEnabled()
Returns the value of the 'Enabled' containment reference. |
TrueFalseType |
getRequired()
Returns the value of the 'Required' containment reference. |
AddressingResponsesType |
getResponses()
Returns the value of the 'Responses' containment reference. |
void |
setEnabled(TrueFalseType value)
Sets the value of the ' Enabled ' containment reference. |
void |
setRequired(TrueFalseType value)
Sets the value of the ' Required ' containment reference. |
void |
setResponses(AddressingResponsesType value)
Sets the value of the ' Responses ' containment reference. |
Method Detail |
---|
TrueFalseType getEnabled()
If the meaning of the 'Enabled' containment reference isn't clear, there really should be more of a description here...
setEnabled(TrueFalseType)
,
Webapp30Package.getAddressingType_Enabled()
void setEnabled(TrueFalseType value)
Enabled
' containment reference.
value
- the new value of the 'Enabled' containment reference.getEnabled()
TrueFalseType getRequired()
If the meaning of the 'Required' containment reference isn't clear, there really should be more of a description here...
setRequired(TrueFalseType)
,
Webapp30Package.getAddressingType_Required()
void setRequired(TrueFalseType value)
Required
' containment reference.
value
- the new value of the 'Required' containment reference.getRequired()
AddressingResponsesType getResponses()
If the meaning of the 'Responses' containment reference isn't clear, there really should be more of a description here...
setResponses(AddressingResponsesType)
,
Webapp30Package.getAddressingType_Responses()
void setResponses(AddressingResponsesType value)
Responses
' containment reference.
value
- the new value of the 'Responses' containment reference.getResponses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |