From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../wireformat/jmsbytes/WireFormatJMSBytes.html | 348 +++++++++++++++++++++ 1 file changed, 348 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/wireformat/jmsbytes/WireFormatJMSBytes.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/wireformat/jmsbytes/WireFormatJMSBytes.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/wireformat/jmsbytes/WireFormatJMSBytes.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/wireformat/jmsbytes/WireFormatJMSBytes.html new file mode 100644 index 0000000000..625ecb4357 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/jms/wireformat/jmsbytes/WireFormatJMSBytes.html @@ -0,0 +1,348 @@ + + + + + + +WireFormatJMSBytes + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.binding.jms.wireformat.jmsbytes +
+Class WireFormatJMSBytes

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.binding.jms.wireformat.jmsbytes.WireFormatJMSBytes
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Base, WireFormat
+
+
+
+
public class WireFormatJMSBytes
extends java.lang.Object
implements WireFormat
+ + +

+Implementation for policies that could be injected as parameter + into the axis2config. +

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static javax.xml.namespace.QNameWIRE_FORMAT_JMS_BYTES_QNAME + +
+           
+  + + + + + + + + + + +
+Constructor Summary
WireFormatJMSBytes() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.xml.namespace.QNamegetSchemaName() + +
+           
+ booleanisUnresolved() + +
+          Returns true if the model element is unresolved.
+ voidsetUnresolved(boolean unresolved) + +
+          Sets whether the model element is unresolved.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+WIRE_FORMAT_JMS_BYTES_QNAME

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

+WireFormatJMSBytes

+
+public WireFormatJMSBytes()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSchemaName

+
+public javax.xml.namespace.QName getSchemaName()
+
+
+
+
+
+
+
+
+
+ +

+isUnresolved

+
+public boolean isUnresolved()
+
+
Description copied from interface: Base
+
Returns true if the model element is unresolved. +

+

+
Specified by:
isUnresolved in interface Base
+
+
+ +
Returns:
true if the model element is unresolved.
+
+
+
+ +

+setUnresolved

+
+public void setUnresolved(boolean unresolved)
+
+
Description copied from interface: Base
+
Sets whether the model element is unresolved. +

+

+
Specified by:
setUnresolved in interface Base
+
+
+
Parameters:
unresolved - whether the model element is unresolved
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3