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 Runtime
|
com.sun.xml.ws.transport.http | |
com.sun.xml.ws.util | |
com.sun.xml.ws.util.pipe | |
com.sun.xml.ws.wsdl |
Modifier and Type | Method and Description |
---|---|
XMLStreamWriter |
EPRSDDocumentFilter.filter(SDDocument doc,
XMLStreamWriter w) |
Modifier and Type | Interface and Description |
---|---|
static interface |
SDDocument.Schema
SDDocument that represents an XML Schema. |
static interface |
SDDocument.WSDL
SDDocument that represents a WSDL. |
Modifier and Type | Method and Description |
---|---|
SDDocument |
ServiceDefinition.getPrimary()
Gets the "primary"
SDDocument that represents a WSDL. |
Modifier and Type | Method and Description |
---|---|
XMLStreamWriter |
SDDocumentFilter.filter(SDDocument doc,
XMLStreamWriter w)
Returns a wrapped XMLStreamWriter on top of passed-in XMLStreamWriter.
|
String |
DocumentAddressResolver.getRelativeAddressFor(SDDocument current,
SDDocument referenced)
Produces a relative reference from one document to another.
|
Modifier and Type | Class and Description |
---|---|
class |
SDDocumentImpl
SDDocument implmentation. |
Modifier and Type | Method and Description |
---|---|
SDDocument |
ServiceDefinitionImpl.getPrimary() |
SDDocument |
ServiceDefinitionImpl.resolve(String systemId)
Gets the
SDDocumentImpl whose SDDocumentImpl.getURL()
returns the specified value. |
Modifier and Type | Method and Description |
---|---|
Iterator<SDDocument> |
ServiceDefinitionImpl.iterator() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,SDDocument> |
HttpAdapter.wsdls
SDDocument s keyed by the query string like "?abc". |
Modifier and Type | Method and 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).
|
Modifier and Type | Method and Description |
---|---|
SDDocument |
AbstractSchemaValidationTube.MetadataResolverImpl.resolve(String systemId) |
Modifier and Type | Method and Description |
---|---|
protected Source[] |
AbstractSchemaValidationTube.getSchemaSources(Iterable<SDDocument> docs,
AbstractSchemaValidationTube.MetadataResolverImpl mdresolver) |
Constructor and Description |
---|
MetadataResolverImpl(Iterable<SDDocument> it) |
Modifier and Type | Method and Description |
---|---|
SDDocument |
SDDocumentResolver.resolve(String systemId)
returns
SDDocument for the give systemId. |
Copyright © 2015 Oracle Corporation. All rights reserved.