Package | Description |
---|---|
org.apache.cxf.ws.addressing |
Modifier and Type | Field and Description |
---|---|
protected WSAddressingFeature.AddressingResponses |
MAPAggregator.addressingResponses |
Modifier and Type | Method and Description |
---|---|
WSAddressingFeature.AddressingResponses |
MAPAggregator.getAddressingResponses()
Sets Addressing Response
|
WSAddressingFeature.AddressingResponses |
WSAddressingFeature.getResponses() |
static WSAddressingFeature.AddressingResponses |
WSAddressingFeature.AddressingResponses.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSAddressingFeature.AddressingResponses[] |
WSAddressingFeature.AddressingResponses.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MAPAggregator.setAddressingResponses(WSAddressingFeature.AddressingResponses responses)
Sets Addresing Response
|
void |
WSAddressingFeature.setResponses(WSAddressingFeature.AddressingResponses r) |
Apache CXF