Creates a new instance of TCPTransportPolicyValidator clientSupportedAssertions.add(SELECT_OPTIMAL_TRANSPORT_ASSERTION); commonSupportedAssertions.add(TCPTRANSPORT_POLICY_ASSERTION); commonSupportedAssertions.add(TCPTRANSPORT_CONNECTION_MANAGEMENT_ASSERTION);
clientSupportedAssertions.add(SELECT_OPTIMAL_TRANSPORT_ASSERTION); commonSupportedAssertions.add(TCPTRANSPORT_POLICY_ASSERTION); commonSupportedAssertions.add(TCPTRANSPORT_CONNECTION_MANAGEMENT_ASSERTION);
return new String[] {TCPTRANSPORT_POLICY_NAMESPACE_URI, CLIENT_TRANSPORT_NS, TCPTRANSPORT_CONNECTION_MANAGEMENT_NAMESPACE_URI};
return clientSupportedAssertions.contains(assertion.getName()) || commonSupportedAssertions.contains(assertion.getName()) ? Fitness.SUPPORTED : Fitness.UNKNOWN;
final QName assertionName = assertion.getName(); return commonSupportedAssertions.contains(assertion.getName()) ? Fitness.SUPPORTED : Fitness.UNKNOWN;