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/NewConsumerResponseEnDeCoder.html | 396 +++++++++++++++++++++ 1 file changed, 396 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/NewConsumerResponseEnDeCoder.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/NewConsumerResponseEnDeCoder.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/NewConsumerResponseEnDeCoder.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/NewConsumerResponseEnDeCoder.html new file mode 100644 index 0000000000..41b48b9097 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/notification/encoding/NewConsumerResponseEnDeCoder.html @@ -0,0 +1,396 @@ + + + + + + +NewConsumerResponseEnDeCoder + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static javax.xml.namespace.QNameQNAME + +
+           
+ + + + + + + +
Fields inherited from class org.apache.tuscany.sca.binding.notification.encoding.AbstractEnDeCoder
registry
+  + + + + + + + + + + +
+Constructor Summary
NewConsumerResponseEnDeCoder(EncodingRegistry registry) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  java.lang.StringdecodeSequenceTypeAttribute(javax.xml.stream.XMLStreamReader reader) + +
+           
+protected  voidencodeSequenceTypeAttribute(NewConsumerResponse encodingObject, + javax.xml.stream.XMLStreamWriter writer) + +
+           
+ javax.xml.namespace.QNamegetEncodingObjectQName() + +
+          Gets the qualified name of the XML fragment for the Encoding + object.
+ java.lang.Class<NewConsumerResponse>getEncodingObjectType() + +
+          Returns the type of the encoding object.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.binding.notification.encoding.EndpointReferenceSequenceEnDeCoder
decode, encode
+ + + + + + + +
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
+ +

+NewConsumerResponseEnDeCoder

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

+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<NewConsumerResponse> getEncodingObjectType()
+
+
Description copied from interface: EnDeCoder
+
Returns the type of the encoding object. +

+

+ +
Returns:
Encoding object type.
+
+
+
+ +

+encodeSequenceTypeAttribute

+
+protected void encodeSequenceTypeAttribute(NewConsumerResponse encodingObject,
+                                           javax.xml.stream.XMLStreamWriter writer)
+                                    throws EncodingException
+
+
+
Specified by:
encodeSequenceTypeAttribute in class EndpointReferenceSequenceEnDeCoder<NewConsumerResponse>
+
+
+ +
Throws: +
EncodingException
+
+
+
+ +

+decodeSequenceTypeAttribute

+
+protected java.lang.String decodeSequenceTypeAttribute(javax.xml.stream.XMLStreamReader reader)
+
+
+
Specified by:
decodeSequenceTypeAttribute in class EndpointReferenceSequenceEnDeCoder<NewConsumerResponse>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3