Uses of Interface
com.sun.xml.ws.api.server.SDDocument
-
Packages that use SDDocument Package Description com.sun.xml.ws.addressing com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.runtime com.sun.xml.ws.server This document describes the architecture of server side JAX-WS 2.0.1 runtime.com.sun.xml.ws.transport.http com.sun.xml.ws.util com.sun.xml.ws.util.pipe com.sun.xml.ws.wsdl -
-
Uses of SDDocument in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type SDDocument Modifier and Type Method Description XMLStreamWriterEPRSDDocumentFilter. filter(SDDocument doc, XMLStreamWriter w) -
Uses of SDDocument in com.sun.xml.ws.api.server
Subinterfaces of SDDocument in com.sun.xml.ws.api.server Modifier and Type Interface Description static interfaceSDDocument.SchemaSDDocumentthat represents an XML Schema.static interfaceSDDocument.WSDLSDDocumentthat represents a WSDL.Methods in com.sun.xml.ws.api.server that return SDDocument Modifier and Type Method Description SDDocumentServiceDefinition. getPrimary()Gets the "primary"SDDocumentthat represents a WSDL.Methods in com.sun.xml.ws.api.server with parameters of type SDDocument Modifier and Type Method Description XMLStreamWriterSDDocumentFilter. filter(SDDocument doc, XMLStreamWriter w)Returns a wrapped XMLStreamWriter on top of passed-in XMLStreamWriter.StringDocumentAddressResolver. getRelativeAddressFor(SDDocument current, SDDocument referenced)Produces a relative reference from one document to another. -
Uses of SDDocument in com.sun.xml.ws.runtime
Methods in com.sun.xml.ws.runtime with parameters of type SDDocument Modifier and Type Method Description XMLStreamWriterWsdlDocumentFilter. filter(SDDocument sdDocument, XMLStreamWriter xmlStreamWriter) -
Uses of SDDocument in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement SDDocument Modifier and Type Class Description classSDDocumentImplSDDocumentimplmentation.Methods in com.sun.xml.ws.server that return SDDocument Modifier and Type Method Description SDDocumentServiceDefinitionImpl. getPrimary()SDDocumentServiceDefinitionImpl. resolve(String systemId)Gets theSDDocumentImplwhoseSDDocumentImpl.getURL()returns the specified value.Methods in com.sun.xml.ws.server that return types with arguments of type SDDocument Modifier and Type Method Description Iterator<SDDocument>ServiceDefinitionImpl. iterator() -
Uses of SDDocument in com.sun.xml.ws.transport.http
Fields in com.sun.xml.ws.transport.http with type parameters of type SDDocument Modifier and Type Field Description protected Map<String,SDDocument>HttpAdapter. wsdlsSDDocuments keyed by the query string like "?abc". -
Uses of SDDocument in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util that return types with arguments of type SDDocument Modifier and Type Method Description static Map<String,SDDocument>MetadataUtil. getMetadataClosure(String systemId, SDDocumentResolver resolver, boolean onlyTopLevelSchemas)Gets closure of all the referenced documents from the primary document(typically the service WSDL). -
Uses of SDDocument in com.sun.xml.ws.util.pipe
Methods in com.sun.xml.ws.util.pipe that return SDDocument Modifier and Type Method Description SDDocumentAbstractSchemaValidationTube.MetadataResolverImpl. resolve(String systemId)Method parameters in com.sun.xml.ws.util.pipe with type arguments of type SDDocument Modifier and Type Method Description protected Source[]AbstractSchemaValidationTube. getSchemaSources(Iterable<SDDocument> docs, AbstractSchemaValidationTube.MetadataResolverImpl mdresolver)Constructor parameters in com.sun.xml.ws.util.pipe with type arguments of type SDDocument Constructor Description MetadataResolverImpl(Iterable<SDDocument> it) -
Uses of SDDocument in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl that return SDDocument Modifier and Type Method Description SDDocumentSDDocumentResolver. resolve(String systemId)returnsSDDocumentfor the give systemId.
-