Uses of Class
com.sun.xml.ws.util.pipe.AbstractSchemaValidationTube
-
Packages that use AbstractSchemaValidationTube Package Description com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.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)
-