Interface ActorBearing

  • All Known Subinterfaces:
    EncryptedHeader

    public interface ActorBearing
    Interface for element having a @soap11:actor attribute.
    • 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

        @Nullable
        String getSOAP11Actor()
        Get the attribute value.
        Returns:
        return the attribute vlue
      • setSOAP11Actor

        void setSOAP11Actor​(@Nullable
                            String newActor)
        Set the attribute value.
        Parameters:
        newActor - the new attribute value