Class TransportSet.Singleton

java.lang.Object
com.sun.xml.ws.test.model.TransportSet.Singleton
All Implemented Interfaces:
TransportSet
Enclosing interface:
TransportSet

public static final class TransportSet.Singleton extends Object implements TransportSet
TransportSet that consists of a single value.
  • Constructor Details

    • Singleton

      public Singleton(String transport)
  • Method Details

    • contains

      public boolean contains(String transport)
      Description copied from interface: TransportSet
      Checks if the given transport is contained in this set.
      Specified by:
      contains in interface TransportSet