org.opensaml.ws.soap.soap11
Interface ActorBearing

All Known Subinterfaces:
EncryptedHeader
All Known Implementing Classes:
EncryptedHeaderImpl

public interface ActorBearing

Interface for element having a @soap11:actor attribute.


Field Summary
static String SOAP11_ACTOR_ATTR_LOCAL_NAME
          The soap11:@actor attribute local name.
static QName SOAP11_ACTOR_ATTR_NAME
          The soap11:@actor qualified attribute name.
static String SOAP11_ACTOR_NEXT
          The specification-defined value 'http://schemas.xmlsoap.org/soap/actor/next'.
 
Method Summary
 String getSOAP11Actor()
          Get the attribute value.
 void setSOAP11Actor(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
Method Detail

getSOAP11Actor

String getSOAP11Actor()
Get the attribute value.

Returns:
return the attribute vlue

setSOAP11Actor

void setSOAP11Actor(String newActor)
Set the attribute value.

Parameters:
newActor - the new attribute value


Copyright © 2006-2013 Internet2. All Rights Reserved.