From dfb810d7af4c69bf5f1fc023b5efd1e68f4e1a15 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 20 May 2009 06:20:41 +0000 Subject: Updating java doc for HTTP JSON-RPC wireformat/operation selector extensions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776579 13f79535-47bb-0310-9956-ffa450edef68 --- .../operationselector/jsonrpc/JSONRPCOperationSelector.java | 5 +++++ .../jsonrpc/JSONRPCOperationSelectorFactory.java | 2 ++ .../jsonrpc/impl/JSONRPCOperationSelectorFactoryImpl.java | 6 +++--- .../jsonrpc/impl/JSONRPCOperationSelectorImpl.java | 6 +++--- .../sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java | 10 +++++++--- .../http/wireformat/jsonrpc/JSONRPCWireFormatFactory.java | 2 +- .../wireformat/jsonrpc/impl/JSONRPCWireFormatFactoryImpl.java | 7 ++++--- .../http/wireformat/jsonrpc/impl/JSONRPCWireFormatImpl.java | 6 +++--- 8 files changed, 28 insertions(+), 16 deletions(-) (limited to 'branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org') diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelector.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelector.java index 3a203312b2..07cc76e744 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelector.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelector.java @@ -25,9 +25,14 @@ import org.apache.tuscany.sca.assembly.OperationSelector; import org.apache.tuscany.sca.assembly.xml.Constants; /** + * JSON-RPC Operation Selector model + * * @version $Rev$ $Date$ */ public interface JSONRPCOperationSelector extends OperationSelector { + /** + * QName representing the HTTP JSON-RPC Operation Selector extension + */ public static final QName OPERATION_SELECTOR_HTTP_JSONRPC_QNAME = new QName(Constants.SCA10_NS, "wireFormat.jsonrpc"); QName getSchemaName(); diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelectorFactory.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelectorFactory.java index 89e9924c5f..37ceeed709 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelectorFactory.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/JSONRPCOperationSelectorFactory.java @@ -21,6 +21,8 @@ package org.apache.tuscany.sca.binding.http.operationselector.jsonrpc; /** + * JSON-RPC Operation Selector model factory + * * @version $Rev$ $Date$ */ public interface JSONRPCOperationSelectorFactory { diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/impl/JSONRPCOperationSelectorFactoryImpl.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/impl/JSONRPCOperationSelectorFactoryImpl.java index 807de0302f..107719dbc3 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/impl/JSONRPCOperationSelectorFactoryImpl.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/impl/JSONRPCOperationSelectorFactoryImpl.java @@ -23,9 +23,9 @@ import org.apache.tuscany.sca.binding.http.operationselector.jsonrpc.JSONRPCOper import org.apache.tuscany.sca.binding.http.operationselector.jsonrpc.JSONRPCOperationSelectorFactory; /** -* -* @version $Rev$ $Date$ -*/ + * JSON-RPC Operation Selector model factory implementation + * @version $Rev$ $Date$ + */ public class JSONRPCOperationSelectorFactoryImpl implements JSONRPCOperationSelectorFactory { public JSONRPCOperationSelector createJSONRPCOperationSelector() { diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/impl/JSONRPCOperationSelectorImpl.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/impl/JSONRPCOperationSelectorImpl.java index 475d4dc0a1..5f36bf8d34 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/impl/JSONRPCOperationSelectorImpl.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/operationselector/jsonrpc/impl/JSONRPCOperationSelectorImpl.java @@ -24,9 +24,9 @@ import javax.xml.namespace.QName; import org.apache.tuscany.sca.binding.http.operationselector.jsonrpc.JSONRPCOperationSelector; /** -* -* @version $Rev$ $Date$ -*/ + * JSON-RPC Operation Selector model implementation + * @version $Rev$ $Date$ + */ public class JSONRPCOperationSelectorImpl implements JSONRPCOperationSelector { public QName getSchemaName() { diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java index 749119b215..b4207760fd 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormat.java @@ -25,10 +25,14 @@ import org.apache.tuscany.sca.assembly.WireFormat; import org.apache.tuscany.sca.assembly.xml.Constants; /** -* -* @version $Rev$ $Date$ -*/ + * JSON-RPC Wire Format model + * + * @version $Rev$ $Date$ + */ public interface JSONRPCWireFormat extends WireFormat { + /** + * QName representing the HTTP JSON-RPC Wire Format extension + */ public static final QName WIRE_FORMAT_HTTP_JSONRPC_QNAME = new QName(Constants.SCA10_NS, "wireFormat.jsonrpc"); QName getSchemaName(); diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormatFactory.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormatFactory.java index 2ae24142a4..8d659faf41 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormatFactory.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/JSONRPCWireFormatFactory.java @@ -20,7 +20,7 @@ package org.apache.tuscany.sca.binding.http.wireformat.jsonrpc; /** - * + * JSON-RPC Wire Format model factory * @version $Rev$ $Date$ */ public interface JSONRPCWireFormatFactory { diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/impl/JSONRPCWireFormatFactoryImpl.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/impl/JSONRPCWireFormatFactoryImpl.java index 21705736b0..392a32a8b7 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/impl/JSONRPCWireFormatFactoryImpl.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/impl/JSONRPCWireFormatFactoryImpl.java @@ -24,9 +24,10 @@ import org.apache.tuscany.sca.binding.http.wireformat.jsonrpc.JSONRPCWireFormatF /** -* -* @version $Rev$ $Date$ -*/ + * JSON-RPC Wire Format model factory implementation + * + * @version $Rev$ $Date$ + */ public class JSONRPCWireFormatFactoryImpl implements JSONRPCWireFormatFactory { public JSONRPCWireFormat createJSONRPCWireFormat() { diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/impl/JSONRPCWireFormatImpl.java b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/impl/JSONRPCWireFormatImpl.java index 2fdbfc3e52..d02d667ab4 100644 --- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/impl/JSONRPCWireFormatImpl.java +++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/src/main/java/org/apache/tuscany/sca/binding/http/wireformat/jsonrpc/impl/JSONRPCWireFormatImpl.java @@ -24,9 +24,9 @@ import javax.xml.namespace.QName; import org.apache.tuscany.sca.binding.http.wireformat.jsonrpc.JSONRPCWireFormat; /** -* -* @version $Rev$ $Date$ -*/ + * JSON-RPC Wire Format model implementation + * @version $Rev$ $Date$ + */ public class JSONRPCWireFormatImpl implements JSONRPCWireFormat { public QName getSchemaName() { -- cgit v1.2.3