public class WSAddressingContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private String |
actionURI
The Action URI value.
|
private String |
faultActionURI
The Fault Action URI value.
|
private String |
messageIDURI
The MessageID URI value.
|
private String |
relatesToRelationshipType
The RelatesTo RelationshipType attribute value.
|
private String |
relatesToURI
The RelatesTo URI value.
|
| Constructor and Description |
|---|
WSAddressingContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionURI()
Get the Action URI value.
|
String |
getFaultActionURI()
Get the Fault Action URI value.
|
String |
getMessageIDURI()
Get the MessageID URI value.
|
String |
getRelatesToRelationshipType()
Get the RelatesTo RelationshipType attribute value.
|
String |
getRelatesToURI()
Get the RelatesTo URI value.
|
void |
setActionURI(String uri)
Set the Action URI value.
|
void |
setFaultActionURI(String uri)
Set the Fault Action URI value.
|
void |
setMessageIDURI(String uri)
Set the MessageID URI value.
|
void |
setRelatesToRelationshipType(String value)
Get the RelatesTo RelationshipType attribute value.
|
void |
setRelatesToURI(String uri)
Set the RelatesTo URI value.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate String actionURI
private String faultActionURI
private String messageIDURI
private String relatesToURI
private String relatesToRelationshipType
public String getActionURI()
public void setActionURI(String uri)
uri - the new Action URI valuepublic String getFaultActionURI()
public void setFaultActionURI(String uri)
uri - the new Fault Action URI valuepublic String getMessageIDURI()
public void setMessageIDURI(String uri)
uri - the new MessageID URI valuepublic String getRelatesToURI()
public void setRelatesToURI(String uri)
uri - the RelatesTo URI valuepublic String getRelatesToRelationshipType()
public void setRelatesToRelationshipType(String value)
value - the RelatesTo RelationshipType attribute valueCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.