A B C D E F G H I J L M N O P R S T U V W X 
All Classes All Packages

A

ACCESS_DENIED - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
appendChild(Element) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
APPLICATION - io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
 

B

BAD_ATTRIBUTE - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
BAD_ELEMENT - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 

C

checkName(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
checkNamespace(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
checkNamespaceAttribute(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
checkUnrecognisedElements(XmlElement...) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
checkUnrecognisedElements(List<XmlElement>, XmlElement...) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
closeQuietly(XMLStreamReader) - Static method in class io.lighty.codecs.XmlNodeConverter
Deprecated.
This method is similar to the Closeables.closeQuietly(Reader) or other 'closeQuietly methods.
Codec<BA extends org.opendaylight.yangtools.yang.binding.DataObject> - Interface in io.lighty.codecs.api
Deprecated, for removal: This API element is subject to removal in a future version.
Codec is marked as deprecated because it can be replaced by direct implementation BindingNormalizedNodeSerializer and NodeConverter.
CONFIG_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
ConflictingVersionException - Exception in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
No longer needed. Used in deprecated DocumentedException.
ConflictingVersionException() - Constructor for exception io.lighty.codecs.xml.ConflictingVersionException
Deprecated.
 
ConflictingVersionException(String) - Constructor for exception io.lighty.codecs.xml.ConflictingVersionException
Deprecated.
 
ConflictingVersionException(String, Throwable) - Constructor for exception io.lighty.codecs.xml.ConflictingVersionException
Deprecated.
 
ConflictingVersionException(Throwable) - Constructor for exception io.lighty.codecs.xml.ConflictingVersionException
Deprecated.
 
convertBindingAwareList(YangInstanceIdentifier, MapNode) - Method in interface io.lighty.codecs.api.Serializer
Deprecated.
Serialize the Binding Independent MapNode into Binding Aware data list.
convertBindingAwareList(YangInstanceIdentifier, MapNode) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
ConverterUtils - Class in io.lighty.codecs.api
Deprecated, for removal: This API element is subject to removal in a future version.
This class is moved to lighty-codecs-util.
convertIdentifier(String) - Method in interface io.lighty.codecs.api.Serializer
Deprecated.
 
convertIdentifier(String) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
convertToBindingAwareData(YangInstanceIdentifier, NormalizedNode<?, ?>) - Method in interface io.lighty.codecs.api.Serializer
Deprecated.
Serialize Binding Independent data TO Binding Aware data.
convertToBindingAwareData(YangInstanceIdentifier, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
convertToBindingAwareNotification(SchemaNodeIdentifier.Absolute, ContainerNode) - Method in interface io.lighty.codecs.api.Serializer
Deprecated.
Serialize Binding Independent Notification data TO Binding Aware Notification data.
convertToBindingAwareNotification(SchemaNodeIdentifier.Absolute, ContainerNode) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
convertToBindingAwareRpc(SchemaNodeIdentifier.Absolute, ContainerNode) - Method in interface io.lighty.codecs.api.Serializer
Deprecated.
Serialize Binding Independent RPC data (input/output) TO Binding Aware RPC data (input/output).
convertToBindingAwareRpc(SchemaNodeIdentifier.Absolute, ContainerNode) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
convertToBindingIndependentNotification(Notification) - Method in interface io.lighty.codecs.api.Deserializer
Deprecated.
Deserialize Binding Independent Notification data(input/output) FROM Binding Aware Notification data(input/output).
convertToBindingIndependentNotification(Notification) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
convertToBindingIndependentRpc(DataContainer) - Method in interface io.lighty.codecs.api.Deserializer
Deprecated.
Deserialize Binding Independent RPC data(input/output) FROM Binding Aware RPC data(input/output).
convertToBindingIndependentRpc(DataContainer) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
convertToNormalizedNode(InstanceIdentifier<BA>, BA) - Method in interface io.lighty.codecs.api.Deserializer
Deprecated.
Deserialize Binding Independent data FROM Binding Aware data.
convertToNormalizedNode(InstanceIdentifier<T>, T) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
createDocumentCopy(Document) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
createElement(Document, String, Optional<String>) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
createForSingleException(ModuleIdentifier, Exception) - Static method in exception io.lighty.codecs.xml.ValidationException
Deprecated.
 
createFromCollectedValidationExceptions(List<ValidationException>) - Static method in exception io.lighty.codecs.xml.ValidationException
Deprecated.
 
createPrefixedValue(String, String) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
createTextElement(Document, String, String, Optional<String>) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
createTextElementWithNamespacedContent(Document, String, String, String, String) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
createTextElementWithNamespacedContent(Document, String, String, String, String, Optional<String>) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 

D

DATA_EXISTS - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
DATA_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
DATA_MISSING - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
DataCodec<T extends org.opendaylight.yangtools.yang.binding.DataObject> - Class in io.lighty.codecs
Deprecated, for removal: This API element is subject to removal in a future version.
DataCodec is marked as deprecated because it can be replaced by direct implementation of BindingNormalizedNodeSerializer and NodeConverter.
DataCodec(BindingDOMCodecServices) - Constructor for class io.lighty.codecs.DataCodec
Deprecated.
 
DEFAULT_NAMESPACE_PREFIX - Static variable in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
deserialize(YangInstanceIdentifier) - Method in class io.lighty.codecs.DeserializeIdentifierCodec
Deprecated.
 
deserialize(SchemaNode, Reader) - Method in interface io.lighty.codecs.api.NodeConverter
Deprecated.
This method will deserialize the given input data into NormalizedNodes.
deserialize(SchemaNode, Reader) - Method in class io.lighty.codecs.JsonNodeConverter
Deprecated.
Deserializes the given JSON representation into NormalizedNodes.
deserialize(SchemaNode, Reader) - Method in class io.lighty.codecs.XmlNodeConverter
Deprecated.
This method deserializes the provided XML string representation (via Reader) interface into NormalizedNodes.
deserializeIdentifier(InstanceIdentifier<BA>) - Method in interface io.lighty.codecs.api.Deserializer
Deprecated.
Deserialize Binding Independent identifier FROM Binding Aware identifier.
deserializeIdentifier(InstanceIdentifier<T>) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
deserializeIdentifier(YangInstanceIdentifier) - Method in interface io.lighty.codecs.api.Deserializer
Deprecated.
 
deserializeIdentifier(YangInstanceIdentifier) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
DeserializeIdentifierCodec - Class in io.lighty.codecs
Deprecated, for removal: This API element is subject to removal in a future version.
This class can be replaced by the implementation of AbstractStringInstanceIdentifierCodec.
DeserializeIdentifierCodec(EffectiveModelContext) - Constructor for class io.lighty.codecs.DeserializeIdentifierCodec
Deprecated.
 
Deserializer<BA extends org.opendaylight.yangtools.yang.binding.DataObject> - Interface in io.lighty.codecs.api
Deprecated, for removal: This API element is subject to removal in a future version.
The interface is no longer needed. Used methods are covered by BindingNormalizedNodeSerializer.
DocumentedException - Exception in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by OpenDayLight implementation DocumentedException.
DocumentedException(String) - Constructor for exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
DocumentedException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
DocumentedException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
DocumentedException(String, Exception) - Constructor for exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
DocumentedException(String, Exception, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
DocumentedException(String, Exception, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
DocumentedException.ErrorSeverity - Enum in io.lighty.codecs.xml
Deprecated.
 
DocumentedException.ErrorTag - Enum in io.lighty.codecs.xml
Deprecated.
 
DocumentedException.ErrorType - Enum in io.lighty.codecs.xml
Deprecated.
 

E

equals(Object) - Method in class io.lighty.codecs.xml.ModuleIdentifier
Deprecated.
 
equals(Object) - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 
equals(Object) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
ERROR - io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Deprecated.
 
ERROR_APP_TAG - Static variable in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
ERROR_INFO - Static variable in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
ERROR_MESSAGE - Static variable in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
ERROR_PATH - Static variable in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
ERROR_SEVERITY - Static variable in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
ERROR_TAG - Static variable in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
ERROR_TYPE - Static variable in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
evaluateXPath(XPathExpression, Object, QName) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
ExceptionMessageWithStackTrace() - Constructor for class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 
ExceptionMessageWithStackTrace(Exception) - Constructor for class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 
ExceptionMessageWithStackTrace(String, String) - Constructor for class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 

F

findNamespaceOfTextContent() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
Search for element's attributes defining namespaces.
from(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Deprecated.
 
from(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
from(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
 
fromDomDocument(Document) - Static method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
fromDomElement(Element) - Static method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
fromDomElementWithExpected(Element, String) - Static method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
fromDomElementWithExpected(Element, String, String) - Static method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
fromString(String) - Static method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
fromXMLDocument(Document) - Static method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 

G

getAttribute(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getAttribute(String, String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getAttributes() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getChildElements() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getChildElements(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
Return all XML elements with specified tag name.
getChildElementsWithinNamespace(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getChildElementsWithinNamespace(String, String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getChildElementsWithSameNamespace(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getCodec() - Method in interface io.lighty.codecs.api.Codec
Deprecated.
Get used codec.
getCodec() - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
getDomElement() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getEffectiveModelContext() - Method in interface io.lighty.codecs.api.Codec
Deprecated.
 
getEffectiveModelContext() - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
getElementsByTagName(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getErrorInfo() - Method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
getErrorSeverity() - Method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
getErrorTag() - Method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
getErrorType() - Method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
getFactoryName() - Method in class io.lighty.codecs.xml.ModuleIdentifier
Deprecated.
 
getFailedValidations() - Method in exception io.lighty.codecs.xml.ValidationException
Deprecated.
 
getInstanceName() - Method in class io.lighty.codecs.xml.ModuleIdentifier
Deprecated.
 
getMessage() - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 
getName() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getNamespace() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getNamespaceAttribute() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getNamespaceAttributeOptionally() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getNamespaceOptionally() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElement() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElement(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElement(String, String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElementOptionally() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElementOptionally(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElementOptionally(String, String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElementWithSameNamespace() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElementWithSameNamespace(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElementWithSameNamespaceOptionally() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyChildElementWithSameNamespaceOptionally(String) - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getOnlyTextContentOptionally() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getRpcQName(XmlElement) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
This method extracts from the given XmlElement the name and namespace from the first element and creates a QName.
getRpcQName(String) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
Create RPC QName.
getSchemaNode(EffectiveModelContext, String, String, String) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
Creates an instance of SchemaNode for the given namespace, revision and localname.
getSchemaNode(EffectiveModelContext, QName) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
Creates an instance of SchemaNode for the given QName in the given SchemaContext.
getSchemaNode(EffectiveModelContext, YangInstanceIdentifier) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
 
getSeverityValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Deprecated.
 
getTagValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Deprecated.
getTagValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
getTagValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
getTextContent() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
getTrace() - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 
getTypeValue() - Method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
 

H

hashCode() - Method in class io.lighty.codecs.xml.ModuleIdentifier
Deprecated.
 
hashCode() - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 
hashCode() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
hasNamespace() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 

I

IN_USE - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
INSTANCE_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
INVALID_VALUE - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
io.lighty.codecs - package io.lighty.codecs
 
io.lighty.codecs.api - package io.lighty.codecs.api
 
io.lighty.codecs.xml - package io.lighty.codecs.xml
 

J

JsonNodeConverter - Class in io.lighty.codecs
Deprecated, for removal: This API element is subject to removal in a future version.
This class is moved to lighty-codecs-util.
JsonNodeConverter(EffectiveModelContext) - Constructor for class io.lighty.codecs.JsonNodeConverter
Deprecated.
The only available constructor.

L

loadNotification(SchemaContext, QName) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
Utility method to extract the SchemaNode for the given Notification.
loadRpc(SchemaContext, QName) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
Returns the RpcDefinition from the given SchemaContext and given QName.
loadSchema(InputStream...) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
LOCK_DENIED - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 

M

MALFORMED_MESSAGE - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
MISSING_ATTRIBUTE - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
MISSING_ELEMENT - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
MissingNameSpaceException - Exception in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
No longer needed. Used in deprecated XmlElement.
MissingNameSpaceException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.MissingNameSpaceException
Deprecated.
 
MissingNameSpaceException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.MissingNameSpaceException
Deprecated.
 
MODULE_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
ModuleIdentifier - Class in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
No longer needed. Used in deprecated ValidationException.
ModuleIdentifier(String, String) - Constructor for class io.lighty.codecs.xml.ModuleIdentifier
Deprecated.
 
MODULES_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 

N

NAME_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
newDocument() - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
NodeConverter - Interface in io.lighty.codecs.api
Deprecated, for removal: This API element is subject to removal in a future version.
This interface is moved to lighty-codecs-util.

O

OPERATION_ATTR_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
OPERATION_FAILED - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
OPERATION_NOT_SUPPORTED - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 

P

PREFIX - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
PROTOCOL - io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
 

R

readXmlToDocument(InputStream) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
readXmlToDocument(String) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
readXmlToElement(File) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
readXmlToElement(InputStream) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
readXmlToElement(String) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
RESOURCE_DENIED - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
ROLLBCK_FAILED - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
RPC - io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
 
RPC_ERROR - Static variable in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
RPC_REPLY_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
rpcAsInput(XmlElement) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
 
rpcAsInput(XmlElement, String) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
Removes the first XML tag and replaces it with an <input> element.
rpcAsOutput(XmlElement) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
Calls the method ConverterUtils.rpcAsOutput(XmlElement, String) with an empty namespace.
rpcAsOutput(XmlElement, String) - Static method in class io.lighty.codecs.api.ConverterUtils
Deprecated.
Removes the first XML tag and replaces it with an <output> element.

S

SerializationException - Exception in io.lighty.codecs.api
Deprecated, for removal: This API element is subject to removal in a future version.
This class is moved to lighty-codecs-util.
SerializationException(String, Throwable) - Constructor for exception io.lighty.codecs.api.SerializationException
Deprecated.
 
SerializationException(Throwable) - Constructor for exception io.lighty.codecs.api.SerializationException
Deprecated.
 
serialize(String) - Method in class io.lighty.codecs.SerializeIdentifierCodec
Deprecated.
 
serializeData(SchemaNode, NormalizedNode<?, ?>) - Method in interface io.lighty.codecs.api.NodeConverter
Deprecated.
This method will serialize the given NormalizedNode into its string representation.
serializeData(SchemaNode, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.JsonNodeConverter
Deprecated.
This method serializes the provided NormalizedNode into its JSON representation.
serializeData(SchemaNode, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.XmlNodeConverter
Deprecated.
This method serializes the given NormalizedNode into its XML string representation.
SerializeIdentifierCodec - Class in io.lighty.codecs
Deprecated, for removal: This API element is subject to removal in a future version.
This class can be replaced by the implementation of AbstractStringInstanceIdentifierCodec.
SerializeIdentifierCodec(EffectiveModelContext) - Constructor for class io.lighty.codecs.SerializeIdentifierCodec
Deprecated.
 
Serializer<BA extends org.opendaylight.yangtools.yang.binding.DataObject> - Interface in io.lighty.codecs.api
Deprecated, for removal: This API element is subject to removal in a future version.
The interface is no longer needed. The most used methods are covered by BindingNormalizedNodeSerializer.
serializeRpc(SchemaNode, NormalizedNode<?, ?>) - Method in interface io.lighty.codecs.api.NodeConverter
Deprecated.
This method will serialize the input NormalizedNode RPC into its string representation.
serializeRpc(SchemaNode, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.JsonNodeConverter
Deprecated.
This method serializes the NormalizedNode which represents the input or output of an RPC.
serializeRpc(SchemaNode, NormalizedNode<?, ?>) - Method in class io.lighty.codecs.XmlNodeConverter
Deprecated.
This method serializes the input or output of a RPC given as NormalizedNode representation into XML string representation.
serializeXMLError(String) - Method in interface io.lighty.codecs.api.Serializer
Deprecated.
Serialize restconf error to Normalized Node.
serializeXMLError(String) - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
SERVICES_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
setMessage(String) - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 
setStackTrace(String) - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 

T

TOO_BIG - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
toString() - Method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
toString() - Method in class io.lighty.codecs.xml.ModuleIdentifier
Deprecated.
 
toString() - Method in class io.lighty.codecs.xml.ValidationException.ExceptionMessageWithStackTrace
Deprecated.
 
toString() - Method in class io.lighty.codecs.xml.XmlElement
Deprecated.
 
toString(XmlElement) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
toString(Document) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
toString(Document, boolean) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
toString(Element) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
toString(Element, boolean) - Static method in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
toXMLDocument() - Method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
TRANSPORT - io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
 
TYPE_KEY - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 

U

UnexpectedElementException - Exception in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
No longer needed. Used in deprecated XmlElement.
UnexpectedElementException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.UnexpectedElementException
Deprecated.
 
UnexpectedElementException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.UnexpectedElementException
Deprecated.
 
UnexpectedNamespaceException - Exception in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
No longer needed. Used in deprecated XmlElement.
UnexpectedNamespaceException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity) - Constructor for exception io.lighty.codecs.xml.UnexpectedNamespaceException
Deprecated.
 
UnexpectedNamespaceException(String, DocumentedException.ErrorType, DocumentedException.ErrorTag, DocumentedException.ErrorSeverity, Map<String, String>) - Constructor for exception io.lighty.codecs.xml.UnexpectedNamespaceException
Deprecated.
 
UNKNOWN_ATTRIBUTE - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
UNKNOWN_ELEMENT - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
UNKNOWN_NAMESPACE - io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
 
URN_IETF_PARAMS_XML_NS_NETCONF_BASE_1_0 - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 
URN_OPENDAYLIGHT_PARAMS_XML_NS_YANG_CONTROLLER_CONFIG - Static variable in class io.lighty.codecs.xml.XmlMappingConstants
Deprecated.
 

V

ValidationException - Exception in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
No longer needed. Used in deprecated DocumentedException.
ValidationException(Map<String, Map<String, ValidationException.ExceptionMessageWithStackTrace>>) - Constructor for exception io.lighty.codecs.xml.ValidationException
Deprecated.
 
ValidationException.ExceptionMessageWithStackTrace - Class in io.lighty.codecs.xml
Deprecated.
 
valueOf(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorTag
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.lighty.codecs.xml.DocumentedException.ErrorType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - io.lighty.codecs.xml.DocumentedException.ErrorSeverity
Deprecated.
 
withJson() - Method in interface io.lighty.codecs.api.Codec
Deprecated.
 
withJson() - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
withXml() - Method in interface io.lighty.codecs.api.Codec
Deprecated.
 
withXml() - Method in class io.lighty.codecs.DataCodec
Deprecated.
 
wrap(E) - Static method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
wrap(ConflictingVersionException) - Static method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 
wrap(ValidationException) - Static method in exception io.lighty.codecs.xml.DocumentedException
Deprecated.
 

X

XmlElement - Class in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by OpenDayLight implementation XmlElement.
XmlMappingConstants - Class in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
No longer needed. Used in deprecated DocumentedException and XmlUtil .
XmlNodeConverter - Class in io.lighty.codecs
Deprecated, for removal: This API element is subject to removal in a future version.
This class is moved to lighty-codecs-util.
XmlNodeConverter(EffectiveModelContext) - Constructor for class io.lighty.codecs.XmlNodeConverter
Deprecated.
The only constructor will create an instance of XmlNodeConverter with the given SchemaContext.
XMLNS_ATTRIBUTE_KEY - Static variable in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
XMLNS_URI - Static variable in class io.lighty.codecs.xml.XmlUtil
Deprecated.
 
XmlUtil - Class in io.lighty.codecs.xml
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by OpenDayLight implementation XmlUtil.
A B C D E F G H I J L M N O P R S T U V W X 
All Classes All Packages