Package com.sun.xml.ws.test.model
Interface TransportSet
- All Known Implementing Classes:
TransportSet.Singleton
public interface TransportSet
Set of transports.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classTransportSetthat consists of a single value. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransportSetConstant that represents a set that includes everything. -
Method Summary
-
Field Details
-
ALL
Constant that represents a set that includes everything.
-
-
Method Details
-
contains
Checks if the given transport is contained in this set.
-