Class ManagedClientAssertion


  • public class ManagedClientAssertion
    extends ManagementAssertion
    The client-side ManagedClient policy assertion.
    Author:
    Fabian Ritzmann
    • Field Detail

      • MANAGED_CLIENT_QNAME

        public static final QName MANAGED_CLIENT_QNAME
    • Method Detail

      • getAssertion

        public static ManagedClientAssertion getAssertion​(WSPortInfo portInfo)
                                                   throws jakarta.xml.ws.WebServiceException
        Return ManagedClient assertion if there is one associated with the client.
        Parameters:
        portInfo - The client PortInfo.
        Returns:
        The policy assertion if found. Null otherwise.
        Throws:
        jakarta.xml.ws.WebServiceException - If computing the effective policy of the port failed.