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.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.transport.http com.sun.xml.ws.util -
-
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.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, com.sun.xml.ws.wsdl.SDDocumentResolver resolver, boolean onlyTopLevelSchemas)Gets closure of all the referenced documents from the primary document(typically the service WSDL).
-