跳过导航链接
A B C D E G I M N O P R S T V W X 

A

addMultiValues(QName, Set<String>) - 类 中的方法org.reficio.ws.common.SimpleValuesProvider
 
alwaysBuildHeaders(boolean) - 类 中的方法org.reficio.ws.SoapContext.ContextBuilder
Specifies if to always build SOAP headers

B

build() - 类 中的方法org.reficio.ws.SoapContext.ContextBuilder
Builds populated context instance
builder() - 类 中的静态方法org.reficio.ws.SoapContext
 
buildOptional(boolean) - 类 中的方法org.reficio.ws.SoapContext.ContextBuilder
Specifies if to generate content for elements marked as optional

C

ContextBuilder() - 类 的构造器org.reficio.ws.SoapContext.ContextBuilder
 

D

DEFAULT - 类 中的静态变量org.reficio.ws.SoapContext
 

E

exampleContent(boolean) - 类 中的方法org.reficio.ws.SoapContext.ContextBuilder
Specifies if to generate example SOAP message content
excludedTypes(Set<QName>) - 类 中的方法org.reficio.ws.SoapContext.ContextBuilder
A list of XML-Schema types and global elements in the form of name@namespace which will be excluded when generating sample requests and responses and input forms.

G

getErrors() - 异常错误 中的方法org.reficio.ws.SoapValidationException
 
getExcludedTypes() - 类 中的方法org.reficio.ws.SoapContext
 
getMultiValues(QName) - 类 中的方法org.reficio.ws.common.SimpleValuesProvider
 
getMultiValues(QName) - 接口 中的方法org.reficio.ws.SoapMultiValuesProvider
 
getMultiValuesProvider() - 类 中的方法org.reficio.ws.SoapContext
 
getNodeNames(Set<Node>) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 
getNodeTypes(Set<Node>) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 
getResource(String) - 类 中的静态方法org.reficio.ws.common.ResourceUtils
 
getResource(Class<?>, String) - 类 中的静态方法org.reficio.ws.common.ResourceUtils
 
getResourceAsStream(String) - 类 中的静态方法org.reficio.ws.common.ResourceUtils
 
getResourceAsStream(Class<?>, String) - 类 中的静态方法org.reficio.ws.common.ResourceUtils
 
getResourceWithAbsolutePackagePath(String, String) - 类 中的静态方法org.reficio.ws.common.ResourceUtils
 
getResourceWithAbsolutePackagePath(Class<?>, String, String) - 类 中的静态方法org.reficio.ws.common.ResourceUtils
 
getResourceWithAbsolutePackagePathAsStream(String, String) - 类 中的静态方法org.reficio.ws.common.ResourceUtils
 
getResourceWithAbsolutePackagePathAsStream(Class<?>, String, String) - 类 中的静态方法org.reficio.ws.common.ResourceUtils
 
getRootNodes(DOMSource) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 

I

IMPORT_TAG - 类 中的静态变量org.reficio.ws.common.Wsdl11Writer
 
INCLUDE_TAG - 类 中的静态变量org.reficio.ws.common.Wsdl11Writer
 
isAlwaysBuildHeaders() - 类 中的方法org.reficio.ws.SoapContext
 
isBuildOptional() - 类 中的方法org.reficio.ws.SoapContext
 
isExampleContent() - 类 中的方法org.reficio.ws.SoapContext
 
isIdenticalNormalizedWithoutValues(String, String) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 
isTypeComments() - 类 中的方法org.reficio.ws.SoapContext
 
isValueComments() - 类 中的方法org.reficio.ws.SoapContext
 

M

multiValuesProvider(SoapMultiValuesProvider) - 类 中的方法org.reficio.ws.SoapContext.ContextBuilder
 

N

NO_CONTENT - 类 中的静态变量org.reficio.ws.SoapContext
 
nodeToQName(Node) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 
normalizeAndRemoveValues(String) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 

O

org.reficio.ws - 程序包 org.reficio.ws
 
org.reficio.ws.annotation - 程序包 org.reficio.ws.annotation
 
org.reficio.ws.common - 程序包 org.reficio.ws.common
 

P

populateNodes(Node, Set<Node>) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 
processNode(Node) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 

R

ResourceUtils - org.reficio.ws.common中的类
Loads resources from the classpath in a relatively seamless way.
ResourceUtils() - 类 的构造器org.reficio.ws.common.ResourceUtils
 

S

SCHEMA_LOCATION - 类 中的静态变量org.reficio.ws.common.Wsdl11Writer
 
serializePretty(Document) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 
SimpleValuesProvider - org.reficio.ws.common中的类
 
SimpleValuesProvider() - 类 的构造器org.reficio.ws.common.SimpleValuesProvider
 
SimpleValuesProvider(Map<QName, Set<String>>) - 类 的构造器org.reficio.ws.common.SimpleValuesProvider
 
SoapBuilderException - org.reficio.ws中的异常错误
Default exception thrown by the SoapBuilder.
SoapBuilderException(String) - 异常错误 的构造器org.reficio.ws.SoapBuilderException
 
SoapBuilderException(String, Throwable) - 异常错误 的构造器org.reficio.ws.SoapBuilderException
 
SoapBuilderException(Throwable) - 异常错误 的构造器org.reficio.ws.SoapBuilderException
 
SoapContext - org.reficio.ws中的类
Specifies the context of the SOAP message generation.
SoapContext(boolean, boolean, boolean, boolean, boolean, Set<QName>, SoapMultiValuesProvider) - 类 的构造器org.reficio.ws.SoapContext
Constructor mainly for SpringFramework purposes, in any other case use the fluent builder interface; #see builder() method
SoapContext(boolean, boolean, boolean, boolean, boolean) - 类 的构造器org.reficio.ws.SoapContext
Constructor mainly for SpringFramework purposes, in any other case use the fluent builder interface; #see builder() method
SoapContext.ContextBuilder - org.reficio.ws中的类
 
SoapException - org.reficio.ws中的异常错误
Top-level exception type thrown by soap-ws
SoapException(String) - 异常错误 的构造器org.reficio.ws.SoapException
 
SoapException(String, Throwable) - 异常错误 的构造器org.reficio.ws.SoapException
 
SoapException(Throwable) - 异常错误 的构造器org.reficio.ws.SoapException
 
SoapMultiValuesProvider - org.reficio.ws中的接口
 
SoapValidationException - org.reficio.ws中的异常错误
Default exception thrown by the SoapBuilder.
SoapValidationException(List<AssertionError>) - 异常错误 的构造器org.reficio.ws.SoapValidationException
 
sourceToXmlString(Source) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 

T

ThreadSafe - org.reficio.ws.annotation中的注释类型
 
typeComments(boolean) - 类 中的方法org.reficio.ws.SoapContext.ContextBuilder
Specifies if to generate SOAP message type comments

V

valueComments(boolean) - 类 中的方法org.reficio.ws.SoapContext.ContextBuilder
Specifies if to skip SOAP message comments

W

writeWSDL(String, Definition) - 类 中的方法org.reficio.ws.common.Wsdl11Writer
 
Wsdl11Writer - org.reficio.ws.common中的类
This class was taken from Axis2 code.
Wsdl11Writer(File) - 类 的构造器org.reficio.ws.common.Wsdl11Writer
 

X

xmlStringToSource(String) - 类 中的静态方法org.reficio.ws.common.XmlUtils
 
XmlUtils - org.reficio.ws.common中的类
 
A B C D E G I M N O P R S T V W X 
跳过导航链接

Copyright © 2012–2019. All rights reserved.