org.opensaml.ws.soap.soap12
Interface RelayBearing

All Known Subinterfaces:
EncryptedHeader
All Known Implementing Classes:
EncryptedHeaderImpl

public interface RelayBearing

Interface for element having a @soap12:relay attribute.


Field Summary
static String SOAP12_RELAY_ATTR_LOCAL_NAME
          The soap12:@relay attribute local name.
static QName SOAP12_RELAY_ATTR_NAME
          The soap12:@relay qualified attribute name.
 
Method Summary
 Boolean isSOAP12Relay()
          Get the attribute value.
 org.opensaml.xml.schema.XSBooleanValue isSOAP12RelayXSBoolean()
          Get the attribute value.
 void setSOAP12Relay(Boolean newRelay)
          Set the attribute value.
 void setSOAP12Relay(org.opensaml.xml.schema.XSBooleanValue newRelay)
          Set the attribute value.
 

Field Detail

SOAP12_RELAY_ATTR_LOCAL_NAME

static final String SOAP12_RELAY_ATTR_LOCAL_NAME
The soap12:@relay attribute local name.

See Also:
Constant Field Values

SOAP12_RELAY_ATTR_NAME

static final QName SOAP12_RELAY_ATTR_NAME
The soap12:@relay qualified attribute name.

Method Detail

isSOAP12Relay

Boolean isSOAP12Relay()
Get the attribute value.

Returns:
return the attribute vlue

isSOAP12RelayXSBoolean

org.opensaml.xml.schema.XSBooleanValue isSOAP12RelayXSBoolean()
Get the attribute value.

Returns:
return the attribute vlue

setSOAP12Relay

void setSOAP12Relay(Boolean newRelay)
Set the attribute value.

Parameters:
newRelay - the new attribute value

setSOAP12Relay

void setSOAP12Relay(org.opensaml.xml.schema.XSBooleanValue newRelay)
Set the attribute value.

Parameters:
newRelay - the new attribute value


Copyright © 2006-2013 Internet2. All Rights Reserved.