Package com.sun.xml.ws.test.model
Interface TransportSet
-
- All Known Implementing Classes:
TransportSet.Singleton
public interface TransportSetSet of transports.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransportSet.SingletonTransportSetthat consists of a single value.
-
Field Summary
Fields Modifier and Type Field Description static TransportSetALLConstant that represents a set that includes everything.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(String transport)Checks if the given transport is contained in this set.
-
-
-
Field Detail
-
ALL
static final TransportSet ALL
Constant that represents a set that includes everything.
-
-
Method Detail
-
contains
boolean contains(String transport)
Checks if the given transport is contained in this set.
-
-