Uses of Class
com.sun.xml.ws.api.server.SDDocumentSource
Packages that use SDDocumentSource
Package
Description
APIs for hosting JAX-WS services.
Extension point for WSDL parsing.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of SDDocumentSource in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return SDDocumentSourceModifier and TypeMethodDescriptionstatic SDDocumentSourcestatic SDDocumentSourceCreatesSDDocumentSourcefrom an URL.static SDDocumentSourceSDDocumentSource.create(URL systemId, XMLStreamBuffer xsb) Creates aSDDocumentSourcefromXMLStreamBuffer.Methods in com.sun.xml.ws.api.server with parameters of type SDDocumentSourceModifier and TypeMethodDescriptionstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) Takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) Method parameters in com.sun.xml.ws.api.server with type arguments of type SDDocumentSourceModifier and TypeMethodDescriptionstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) Takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) -
Uses of SDDocumentSource in com.sun.xml.ws.api.wsdl.parser
Constructors in com.sun.xml.ws.api.wsdl.parser with parameters of type SDDocumentSourceModifierConstructorDescriptionParser(SDDocumentSource doc) Creates aXMLEntityResolver.Parserthat reads fromSDDocumentSource. -
Uses of SDDocumentSource in com.sun.xml.ws.server
Subclasses of SDDocumentSource in com.sun.xml.ws.serverMethods in com.sun.xml.ws.server with parameters of type SDDocumentSourceModifier and TypeMethodDescription<T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) <T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static SDDocumentImplSDDocumentImpl.create(SDDocumentSource src, QName serviceName, QName portTypeName) CreatesSDDocumentfromSDDocumentSource.static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) Method parameters in com.sun.xml.ws.server with type arguments of type SDDocumentSourceModifier and TypeMethodDescription<T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) <T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) Constructors in com.sun.xml.ws.server with parameters of type SDDocumentSourceModifierConstructorDescriptionprotectedSDDocumentImpl(QName rootName, URL url, SDDocumentSource source) protectedSDDocumentImpl(QName rootName, URL url, SDDocumentSource source, Set<String> imports)