Class AddRootSource
java.lang.Object
org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
org.apache.synapse.commons.staxon.core.json.stream.util.AddRootSource
- All Implemented Interfaces:
Closeable,AutoCloseable,Location,JsonStreamSource
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
JsonStreamSource.Value -
Field Summary
Fields inherited from interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
FALSE, NULL, TRUE -
Constructor Summary
ConstructorsConstructorDescriptionAddRootSource(JsonStreamSource delegate, QName root, char namespaceSeparator) -
Method Summary
Modifier and TypeMethodDescriptionvoidConsumeJsonStreamToken.END_OBJECTtoken.name()ConsumeJsonStreamToken.NAMEtoken.peek()Peek next token.voidConsumeJsonStreamToken.START_OBJECTtoken.value()ConsumeJsonStreamToken.VALUEtoken.Methods inherited from class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
close, copy, endArray, getCharacterOffset, getColumnNumber, getLineNumber, getPublicId, getSystemId, startArray
-
Constructor Details
-
AddRootSource
-
-
Method Details
-
name
Description copied from interface:JsonStreamSourceConsumeJsonStreamToken.NAMEtoken.- Specified by:
namein interfaceJsonStreamSource- Overrides:
namein classStreamSourceDelegate- Returns:
- name
- Throws:
IOException
-
value
Description copied from interface:JsonStreamSourceConsumeJsonStreamToken.VALUEtoken.- Specified by:
valuein interfaceJsonStreamSource- Overrides:
valuein classStreamSourceDelegate- Returns:
- value
- Throws:
IOException
-
startObject
Description copied from interface:JsonStreamSourceConsumeJsonStreamToken.START_OBJECTtoken.- Specified by:
startObjectin interfaceJsonStreamSource- Overrides:
startObjectin classStreamSourceDelegate- Throws:
IOException
-
endObject
Description copied from interface:JsonStreamSourceConsumeJsonStreamToken.END_OBJECTtoken.- Specified by:
endObjectin interfaceJsonStreamSource- Overrides:
endObjectin classStreamSourceDelegate- Throws:
IOException
-
peek
Description copied from interface:JsonStreamSourcePeek next token.- Specified by:
peekin interfaceJsonStreamSource- Overrides:
peekin classStreamSourceDelegate- Returns:
- token
- Throws:
IOException
-