Skip navigation links
A B C D E G I M N O P R S T V W X 

A

addMultiValues(QName, Set<String>) - Method in class org.reficio.ws.common.SimpleValuesProvider
 
alwaysBuildHeaders(boolean) - Method in class org.reficio.ws.SoapContext.ContextBuilder
Specifies if to always build SOAP headers

B

build() - Method in class org.reficio.ws.SoapContext.ContextBuilder
Builds populated context instance
builder() - Static method in class org.reficio.ws.SoapContext
 
buildOptional(boolean) - Method in class org.reficio.ws.SoapContext.ContextBuilder
Specifies if to generate content for elements marked as optional

C

ContextBuilder() - Constructor for class org.reficio.ws.SoapContext.ContextBuilder
 

D

DEFAULT - Static variable in class org.reficio.ws.SoapContext
 

E

exampleContent(boolean) - Method in class org.reficio.ws.SoapContext.ContextBuilder
Specifies if to generate example SOAP message content
excludedTypes(Set<QName>) - Method in class 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() - Method in exception org.reficio.ws.SoapValidationException
 
getExcludedTypes() - Method in class org.reficio.ws.SoapContext
 
getMultiValues(QName) - Method in class org.reficio.ws.common.SimpleValuesProvider
 
getMultiValues(QName) - Method in interface org.reficio.ws.SoapMultiValuesProvider
 
getMultiValuesProvider() - Method in class org.reficio.ws.SoapContext
 
getNodeNames(Set<Node>) - Static method in class org.reficio.ws.common.XmlUtils
 
getNodeTypes(Set<Node>) - Static method in class org.reficio.ws.common.XmlUtils
 
getResource(String) - Static method in class org.reficio.ws.common.ResourceUtils
 
getResource(Class<?>, String) - Static method in class org.reficio.ws.common.ResourceUtils
 
getResourceAsStream(String) - Static method in class org.reficio.ws.common.ResourceUtils
 
getResourceAsStream(Class<?>, String) - Static method in class org.reficio.ws.common.ResourceUtils
 
getResourceWithAbsolutePackagePath(String, String) - Static method in class org.reficio.ws.common.ResourceUtils
 
getResourceWithAbsolutePackagePath(Class<?>, String, String) - Static method in class org.reficio.ws.common.ResourceUtils
 
getResourceWithAbsolutePackagePathAsStream(String, String) - Static method in class org.reficio.ws.common.ResourceUtils
 
getResourceWithAbsolutePackagePathAsStream(Class<?>, String, String) - Static method in class org.reficio.ws.common.ResourceUtils
 
getRootNodes(DOMSource) - Static method in class org.reficio.ws.common.XmlUtils
 

I

IMPORT_TAG - Static variable in class org.reficio.ws.common.Wsdl11Writer
 
INCLUDE_TAG - Static variable in class org.reficio.ws.common.Wsdl11Writer
 
isAlwaysBuildHeaders() - Method in class org.reficio.ws.SoapContext
 
isBuildOptional() - Method in class org.reficio.ws.SoapContext
 
isExampleContent() - Method in class org.reficio.ws.SoapContext
 
isIdenticalNormalizedWithoutValues(String, String) - Static method in class org.reficio.ws.common.XmlUtils
 
isTypeComments() - Method in class org.reficio.ws.SoapContext
 
isValueComments() - Method in class org.reficio.ws.SoapContext
 

M

multiValuesProvider(SoapMultiValuesProvider) - Method in class org.reficio.ws.SoapContext.ContextBuilder
 

N

NO_CONTENT - Static variable in class org.reficio.ws.SoapContext
 
nodeToQName(Node) - Static method in class org.reficio.ws.common.XmlUtils
 
normalizeAndRemoveValues(String) - Static method in class org.reficio.ws.common.XmlUtils
 

O

org.reficio.ws - package org.reficio.ws
 
org.reficio.ws.annotation - package org.reficio.ws.annotation
 
org.reficio.ws.common - package org.reficio.ws.common
 

P

populateNodes(Node, Set<Node>) - Static method in class org.reficio.ws.common.XmlUtils
 
processNode(Node) - Static method in class org.reficio.ws.common.XmlUtils
 

R

ResourceUtils - Class in org.reficio.ws.common
Loads resources from the classpath in a relatively seamless way.
ResourceUtils() - Constructor for class org.reficio.ws.common.ResourceUtils
 

S

SCHEMA_LOCATION - Static variable in class org.reficio.ws.common.Wsdl11Writer
 
serializePretty(Document) - Static method in class org.reficio.ws.common.XmlUtils
 
SimpleValuesProvider - Class in org.reficio.ws.common
 
SimpleValuesProvider() - Constructor for class org.reficio.ws.common.SimpleValuesProvider
 
SimpleValuesProvider(Map<QName, Set<String>>) - Constructor for class org.reficio.ws.common.SimpleValuesProvider
 
SoapBuilderException - Exception in org.reficio.ws
Default exception thrown by the SoapBuilder.
SoapBuilderException(String) - Constructor for exception org.reficio.ws.SoapBuilderException
 
SoapBuilderException(String, Throwable) - Constructor for exception org.reficio.ws.SoapBuilderException
 
SoapBuilderException(Throwable) - Constructor for exception org.reficio.ws.SoapBuilderException
 
SoapContext - Class in org.reficio.ws
Specifies the context of the SOAP message generation.
SoapContext(boolean, boolean, boolean, boolean, boolean, Set<QName>, SoapMultiValuesProvider) - Constructor for class 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) - Constructor for class org.reficio.ws.SoapContext
Constructor mainly for SpringFramework purposes, in any other case use the fluent builder interface; #see builder() method
SoapContext.ContextBuilder - Class in org.reficio.ws
 
SoapException - Exception in org.reficio.ws
Top-level exception type thrown by soap-ws
SoapException(String) - Constructor for exception org.reficio.ws.SoapException
 
SoapException(String, Throwable) - Constructor for exception org.reficio.ws.SoapException
 
SoapException(Throwable) - Constructor for exception org.reficio.ws.SoapException
 
SoapMultiValuesProvider - Interface in org.reficio.ws
 
SoapValidationException - Exception in org.reficio.ws
Default exception thrown by the SoapBuilder.
SoapValidationException(List<AssertionError>) - Constructor for exception org.reficio.ws.SoapValidationException
 
sourceToXmlString(Source) - Static method in class org.reficio.ws.common.XmlUtils
 

T

ThreadSafe - Annotation Type in org.reficio.ws.annotation
 
typeComments(boolean) - Method in class org.reficio.ws.SoapContext.ContextBuilder
Specifies if to generate SOAP message type comments

V

valueComments(boolean) - Method in class org.reficio.ws.SoapContext.ContextBuilder
Specifies if to skip SOAP message comments

W

writeWSDL(String, Definition) - Method in class org.reficio.ws.common.Wsdl11Writer
 
Wsdl11Writer - Class in org.reficio.ws.common
This class was taken from Axis2 code.
Wsdl11Writer(File) - Constructor for class org.reficio.ws.common.Wsdl11Writer
 

X

xmlStringToSource(String) - Static method in class org.reficio.ws.common.XmlUtils
 
XmlUtils - Class in org.reficio.ws.common
 
A B C D E G I M N O P R S T V W X 
Skip navigation links

Copyright © 2012-2018. All Rights Reserved.