Class WSAddressingContext
- java.lang.Object
-
- org.opensaml.messaging.context.BaseContext
-
- org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
- All Implemented Interfaces:
Iterable<org.opensaml.messaging.context.BaseContext>
public class WSAddressingContext extends org.opensaml.messaging.context.BaseContextA subcontext that carries information related to WS-Addressing processing.
-
-
Field Summary
Fields Modifier and Type Field Description private StringactionURIThe Action URI value.private StringfaultActionURIThe Fault Action URI value.private StringmessageIDURIThe MessageID URI value.private StringrelatesToRelationshipTypeThe RelatesTo RelationshipType attribute value.private StringrelatesToURIThe RelatesTo URI value.
-
Constructor Summary
Constructors Constructor Description WSAddressingContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionURI()Get the Action URI value.StringgetFaultActionURI()Get the Fault Action URI value.StringgetMessageIDURI()Get the MessageID URI value.StringgetRelatesToRelationshipType()Get the RelatesTo RelationshipType attribute value.StringgetRelatesToURI()Get the RelatesTo URI value.voidsetActionURI(String uri)Set the Action URI value.voidsetFaultActionURI(String uri)Set the Fault Action URI value.voidsetMessageIDURI(String uri)Set the MessageID URI value.voidsetRelatesToRelationshipType(String value)Get the RelatesTo RelationshipType attribute value.voidsetRelatesToURI(String uri)Set the RelatesTo URI value.-
Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
actionURI
private String actionURI
The Action URI value.
-
faultActionURI
private String faultActionURI
The Fault Action URI value.
-
messageIDURI
private String messageIDURI
The MessageID URI value.
-
relatesToURI
private String relatesToURI
The RelatesTo URI value.
-
relatesToRelationshipType
private String relatesToRelationshipType
The RelatesTo RelationshipType attribute value.
-
-
Method Detail
-
getActionURI
public String getActionURI()
Get the Action URI value.- Returns:
- the action URI.
-
setActionURI
public void setActionURI(String uri)
Set the Action URI value.- Parameters:
uri- the new Action URI value
-
getFaultActionURI
public String getFaultActionURI()
Get the Fault Action URI value.- Returns:
- the fault action URI.
-
setFaultActionURI
public void setFaultActionURI(String uri)
Set the Fault Action URI value.- Parameters:
uri- the new Fault Action URI value
-
getMessageIDURI
public String getMessageIDURI()
Get the MessageID URI value.- Returns:
- the MessageID URI
-
setMessageIDURI
public void setMessageIDURI(String uri)
Set the MessageID URI value.- Parameters:
uri- the new MessageID URI value
-
getRelatesToURI
public String getRelatesToURI()
Get the RelatesTo URI value.- Returns:
- the RelatesTo URI
-
setRelatesToURI
public void setRelatesToURI(String uri)
Set the RelatesTo URI value.- Parameters:
uri- the RelatesTo URI value
-
getRelatesToRelationshipType
public String getRelatesToRelationshipType()
Get the RelatesTo RelationshipType attribute value.- Returns:
- the RelatesTo RelationshipType attribute value
-
setRelatesToRelationshipType
public void setRelatesToRelationshipType(String value)
Get the RelatesTo RelationshipType attribute value.- Parameters:
value- the RelatesTo RelationshipType attribute value
-
-