Uses of Interface
com.sun.xml.ws.test.model.TransportSet
-
Packages that use TransportSet Package Description com.sun.xml.ws.test.model Classes that describe a test (metadata of test). -
-
Uses of TransportSet in com.sun.xml.ws.test.model
Classes in com.sun.xml.ws.test.model that implement TransportSet Modifier and Type Class Description static classTransportSet.SingletonTransportSetthat consists of a single value.Fields in com.sun.xml.ws.test.model declared as TransportSet Modifier and Type Field Description static TransportSetTransportSet. ALLConstant that represents a set that includes everything.TransportSetTestClient. supportedTransportTransportSetTestDescriptor. supportedTransportRepresents a set of transport that this test supports.Constructors in com.sun.xml.ws.test.model with parameters of type TransportSet Constructor Description TestClient(TestDescriptor parent, com.sun.istack.test.VersionProcessor applicableVersions, TransportSet supportedTransport, Script script, boolean sideEffectFree)
-