| Package | Description |
|---|---|
| org.apache.axis2.client | |
| org.apache.axis2.context |
| Modifier and Type | Method and Description |
|---|---|
RelatesTo |
Options.getRelatesTo()
Return a single instance of WS-Addressing RelatesTo that has a relationship
type of either "http://www.w3.org/2005/08/addressing/reply" or "wsa:Reply".
|
RelatesTo |
Options.getRelatesTo(java.lang.String type)
Get WS-Addressing RelatesTo item with a specified type.
|
RelatesTo[] |
Options.getRelationships()
Get all WS-Addressing RelatesTo items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Options.addRelatesTo(RelatesTo relatesTo)
Add WS-Addressing RelatesTo item.
|
void |
Options.setRelationships(RelatesTo[] list)
Set WS-Addressing RelatesTo items.
|
| Modifier and Type | Method and Description |
|---|---|
RelatesTo |
MessageContext.getRelatesTo() |
RelatesTo |
MessageContext.getRelatesTo(java.lang.String type)
Get any RelatesTos of a particular type associated with this MessageContext
TODO: Shouldn't this return a List?
|
RelatesTo[] |
MessageContext.getRelationships() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageContext.addRelatesTo(RelatesTo reference)
Add a RelatesTo
|
void |
MessageContext.setRelationships(RelatesTo[] list) |
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.