Uses of Class
com.sun.xml.ws.util.pipe.AbstractSchemaValidationTube
-
Packages that use AbstractSchemaValidationTube Package Description com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.server This document describes the architecture of server side JAX-WS 2.0.1 runtime.com.sun.xml.ws.util.pipe -
-
Uses of AbstractSchemaValidationTube in com.sun.xml.ws.client
Subclasses of AbstractSchemaValidationTube in com.sun.xml.ws.client Modifier and Type Class Description classClientSchemaValidationTubeTubethat does the schema validation on the client side. -
Uses of AbstractSchemaValidationTube in com.sun.xml.ws.server
Subclasses of AbstractSchemaValidationTube in com.sun.xml.ws.server Modifier and Type Class Description classServerSchemaValidationTubeTubethat does the schema validation on the server side. -
Uses of AbstractSchemaValidationTube in com.sun.xml.ws.util.pipe
Constructors in com.sun.xml.ws.util.pipe with parameters of type AbstractSchemaValidationTube Constructor Description AbstractSchemaValidationTube(AbstractSchemaValidationTube that, TubeCloner cloner)
-