Package org.opensaml.soap.soap11
Interface ActorBearing
-
- All Known Subinterfaces:
EncryptedHeader
public interface ActorBearingInterface for element having a@soap11:actorattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP11_ACTOR_ATTR_LOCAL_NAMEThe soap11:@actor attribute local name.static QNameSOAP11_ACTOR_ATTR_NAMEThe soap11:@actor qualified attribute name.static StringSOAP11_ACTOR_NEXTThe specification-defined value 'http://schemas.xmlsoap.org/soap/actor/next'.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSOAP11Actor()Get the attribute value.voidsetSOAP11Actor(String newActor)Set the attribute value.
-
-
-
Field Detail
-
SOAP11_ACTOR_ATTR_LOCAL_NAME
static final String SOAP11_ACTOR_ATTR_LOCAL_NAME
The soap11:@actor attribute local name.- See Also:
- Constant Field Values
-
SOAP11_ACTOR_ATTR_NAME
static final QName SOAP11_ACTOR_ATTR_NAME
The soap11:@actor qualified attribute name.
-
SOAP11_ACTOR_NEXT
static final String SOAP11_ACTOR_NEXT
The specification-defined value 'http://schemas.xmlsoap.org/soap/actor/next'.- See Also:
- Constant Field Values
-
-