软件包 | 描述 |
---|---|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java编程语言
TM。
|
javax.xml.bind |
为客户端应用程序提供包括解包,编组运行时绑定框架,和验证能力。
|
javax.xml.bind.annotation |
定义自定义java程序元素的XML Schema映射注释。
|
javax.xml.bind.helpers |
只有使用JAXB提供商:一些的
javax.xml.bind接口提供了部分的默认实现。
|
javax.xml.bind.util |
有用的客户端实用程序类。
|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
javax.xml.stream | |
javax.xml.transform |
该软件包定义了用于处理变换指令的通用的接口,并执行从源到结果的转换。
|
javax.xml.transform.dom |
这个包实现了DOM API的具体转化。
|
javax.xml.transform.sax |
这个包实现的具体转化SAX2 API。
|
javax.xml.transform.stax |
StAX API提供具体的改造。
|
javax.xml.transform.stream |
这个包实现流和URI的具体转换的API。
|
javax.xml.validation |
这个软件包提供了一个用于验证XML文档的API。
|
javax.xml.ws |
这个套件包含核心JAX-WS API。
|
javax.xml.ws.spi |
此包定义了斯皮思JAX-WS。
|
javax.xml.ws.wsaddressing |
此包定义了寻址API相关。
|
Modifier and Type | Method and Description |
---|---|
<T extends Source> |
SQLXML.getSource(类<T> sourceClass)
返回一个指定的阅读XML值这个SQLXML实例源码。
|
Modifier and Type | Method and Description |
---|---|
Object |
Unmarshaller.unmarshal(Source source)
从指定的XML数据的XML数据源和返回结果的内容树。
|
static <T> T |
JAXB.unmarshal(Source xml, 类<T> type)
读取一个java对象树从给定的XML输入。
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(Source source, 类<T> declaredType)
从指定的XML数据的XML数据源的
declaredType和返回结果的内容树。
|
Modifier and Type | Method and Description |
---|---|
Source |
DomHandler.marshal(ElementT n, ValidationEventHandler errorHandler)
这种方法被称为当JAXB提供者需要元帅元素的XML。
|
Source |
W3CDomHandler.marshal(Element element, ValidationEventHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractUnmarshallerImpl.unmarshal(Source source) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(Source source, 类<T> expectedType) |
Modifier and Type | Class and Description |
---|---|
class |
JAXBSource
JAXP实现一
Source 乘警JAXB生成对象。
|
Modifier and Type | Method and Description |
---|---|
abstract Source |
SOAPPart.getContent()
作为一个使用
Source 对象返回的soapenvelope内容。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SOAPPart.setContent(Source source)
套与给定的
Source 对象数据的
SOAPEnvelope 对象的内容。
|
Modifier and Type | Method and Description |
---|---|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(Source source)
创建从JAXP源新XMLEventReader。
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(Source source)
创建新xmlstreamreader JAXP源。
|
Modifier and Type | Method and Description |
---|---|
abstract Source |
TransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset)
把样式表规范(S)通过
xml-stylesheet processing instruction匹配给定的标准XML文档相关联的
Source 。
|
Source |
URIResolver.resolve(String href, String base)
由处理器遇到一个XSL时:包括XSL:进口,或document()功能。
|
Modifier and Type | Method and Description |
---|---|
abstract Source |
TransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset)
把样式表规范(S)通过
xml-stylesheet processing instruction匹配给定的标准XML文档相关联的
Source 。
|
abstract Templates |
TransformerFactory.newTemplates(Source source)
将源程序转化为模板对象,这是源代码的一一个编译表示形式。
|
abstract Transformer |
TransformerFactory.newTransformer(Source source)
过程
Source 成
Transformer
Object 。
|
abstract void |
Transformer.transform(Source xmlSource, Result outputTarget)
转换XML
Source 到
Result 。
|
Modifier and Type | Class and Description |
---|---|
class |
DOMSource
作为一个在一个文档对象模型的形式转换源树架(DOM)树。
|
Modifier and Type | Class and Description |
---|---|
class |
SAXSource
作为萨克斯风格来源的人。
|
Modifier and Type | Method and Description |
---|---|
abstract TransformerHandler |
SAXTransformerFactory.newTransformerHandler(Source src)
得到一个transformerhandler对象可以SAX ContentHandler事件过程转化为结果,通过参数指定的转换指令。
|
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Source src)
创建一个xmlfilter使用给定的源作为转换指令。
|
static InputSource |
SAXSource.sourceToInputSource(Source source)
试图从一个源对象获得SAX inputsource对象。
|
Modifier and Type | Class and Description |
---|---|
class |
StAXSource
作为一个在一部读者形成一个XML
Source 持有人,即
|
Modifier and Type | Class and Description |
---|---|
class |
StreamSource
作为XML标记的流的形式的转换源的灯座。
|
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaFactory.newSchema(Source schema)
将指定的源作为一个模式,并将其作为模式。
|
abstract Schema |
SchemaFactory.newSchema(Source[] schemas)
将指定的源(S)作为一个模式,并将其作为模式。
|
void |
Validator.validate(Source source)
验证指定的输入。
|
abstract void |
Validator.validate(Source source, Result result)
验证指定的输入,并将增强验证结果发送到指定的输出。
|
Modifier and Type | Method and Description |
---|---|
Source |
LogicalMessage.getPayload()
获取XML源消息有效负载,可以多次调用在同一逻辑信息的实例,总是返回一个新的
Source 可用于检索整个消息有效载荷。
|
Modifier and Type | Method and Description |
---|---|
abstract List<Source> |
Endpoint.getMetadata()
返回服务的元数据文档的列表。
|
Modifier and Type | Method and Description |
---|---|
static EndpointReference |
EndpointReference.readFrom(Source eprInfoset)
工厂方法来读取包含在
eprInfoset InfoSet的endpointreference。
|
void |
LogicalMessage.setPayload(Source payload)
设置消息有效负载
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Endpoint.setMetadata(List<Source> metadata)
为此端点设置元数据。
|
Modifier and Type | Method and Description |
---|---|
abstract EndpointReference |
Provider.readEndpointReference(Source eprInfoset)
读取包含在
eprInfoset InfoSet的endpointreference。
|
Constructor and Description |
---|
W3CEndpointReference(Source source)
创建信息集表示一个EPR
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.