From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../encoding/ConnectionOverrideEnDeCoder.html | 390 +++++++++++++++++++++ 1 file changed, 390 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/ConnectionOverrideEnDeCoder.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/ConnectionOverrideEnDeCoder.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/ConnectionOverrideEnDeCoder.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/ConnectionOverrideEnDeCoder.html new file mode 100644 index 0000000000..d020525a7d --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/ConnectionOverrideEnDeCoder.html @@ -0,0 +1,390 @@ + + + + + + +ConnectionOverrideEnDeCoder + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.binding.notification.encoding +
+Class ConnectionOverrideEnDeCoder

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.binding.notification.encoding.AbstractEnDeCoder<ConnectionOverride>
+      extended by org.apache.tuscany.sca.binding.notification.encoding.ConnectionOverrideEnDeCoder
+
+
+
All Implemented Interfaces:
EnDeCoder<ConnectionOverride>
+
+
+
+
public class ConnectionOverrideEnDeCoder
extends AbstractEnDeCoder<ConnectionOverride>
+ + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static javax.xml.namespace.QNameQNAME + +
+           
+ + + + + + + +
Fields inherited from class org.apache.tuscany.sca.binding.notification.encoding.AbstractEnDeCoder
registry
+  + + + + + + + + + + +
+Constructor Summary
ConnectionOverrideEnDeCoder(EncodingRegistry registry) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ConnectionOverridedecode(javax.xml.stream.XMLStreamReader reader) + +
+          Decodes an XML stream to an object.
+ voidencode(ConnectionOverride encodingObject, + javax.xml.stream.XMLStreamWriter writer) + +
+          Encodes an object to the specified stream writer.
+ javax.xml.namespace.QNamegetEncodingObjectQName() + +
+          Gets the qualified name of the XML fragment for the Encoding + object.
+ java.lang.Class<ConnectionOverride>getEncodingObjectType() + +
+          Returns the type of the encoding object.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.binding.notification.encoding.AbstractEnDeCoder
start, stop
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+QNAME

+
+public static final javax.xml.namespace.QName QNAME
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ConnectionOverrideEnDeCoder

+
+public ConnectionOverrideEnDeCoder(EncodingRegistry registry)
+
+
+ + + + + + + + +
+Method Detail
+ +

+encode

+
+public void encode(ConnectionOverride encodingObject,
+                   javax.xml.stream.XMLStreamWriter writer)
+            throws EncodingException
+
+
Description copied from interface: EnDeCoder
+
Encodes an object to the specified stream writer. +

+

+
Parameters:
encodingObject - Object to be serialized.
writer - Stream writer to which the infoset is serialized. +
Throws: +
EncodingException - In case of any encoding error.
+
+
+
+ +

+decode

+
+public ConnectionOverride decode(javax.xml.stream.XMLStreamReader reader)
+                          throws EncodingException
+
+
Description copied from interface: EnDeCoder
+
Decodes an XML stream to an object. +

+

+
Parameters:
reader - XML stream from where the encoded XML is read. +
Returns:
Encoding object. +
Throws: +
EncodingException - In case of any encoding error.
+
+
+
+ +

+getEncodingObjectQName

+
+public javax.xml.namespace.QName getEncodingObjectQName()
+
+
Description copied from interface: EnDeCoder
+
Gets the qualified name of the XML fragment for the Encoding + object. +

+

+ +
Returns:
Qualified name of the XML fragment.
+
+
+
+ +

+getEncodingObjectType

+
+public java.lang.Class<ConnectionOverride> getEncodingObjectType()
+
+
Description copied from interface: EnDeCoder
+
Returns the type of the encoding object. +

+

+ +
Returns:
Encoding object type.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3