Package com.sun.xml.ws.test.model
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
TransportSetthat consists of a single value.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sun.xml.ws.test.model.TransportSet
TransportSet.Singleton
-
-
Field Summary
-
Fields inherited from interface com.sun.xml.ws.test.model.TransportSet
ALL
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(String transport)Checks if the given transport is contained in this set.
-
-
-
Constructor Detail
-
Singleton
public Singleton(String transport)
-
-
Method Detail
-
contains
public boolean contains(String transport)
Description copied from interface:TransportSetChecks if the given transport is contained in this set.- Specified by:
containsin interfaceTransportSet
-
-