Repository: flex-blazeds Updated Branches: refs/heads/develop f80e095f5 -> 56d1a01dc
http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/management/runtime/messaging/services/http/HTTPProxyDestinationControlMBean.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/management/runtime/messaging/services/http/HTTPProxyDestinationControlMBean.java b/modules/proxy/src/flex/management/runtime/messaging/services/http/HTTPProxyDestinationControlMBean.java index 984da93..2314785 100755 --- a/modules/proxy/src/flex/management/runtime/messaging/services/http/HTTPProxyDestinationControlMBean.java +++ b/modules/proxy/src/flex/management/runtime/messaging/services/http/HTTPProxyDestinationControlMBean.java @@ -22,7 +22,7 @@ import java.util.Date; import flex.management.runtime.messaging.DestinationControlMBean; /** - * @exclude + * * Defines the runtime monitoring and management interface for managed * <code>HTTPProxyDestination</code>s. */ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/management/runtime/messaging/services/http/SOAPProxyAdapterControl.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/management/runtime/messaging/services/http/SOAPProxyAdapterControl.java b/modules/proxy/src/flex/management/runtime/messaging/services/http/SOAPProxyAdapterControl.java index 240f585..f68a545 100755 --- a/modules/proxy/src/flex/management/runtime/messaging/services/http/SOAPProxyAdapterControl.java +++ b/modules/proxy/src/flex/management/runtime/messaging/services/http/SOAPProxyAdapterControl.java @@ -20,7 +20,7 @@ import flex.management.BaseControl; import flex.messaging.services.http.SOAPProxyAdapter; /** - * @exclude + * * The <code>SOAPProxyAdapterControl</code> class is the MBean implementation * for monitoring and managing <code>SOAPProxyAdapter</code>s at runtime. */ @@ -42,7 +42,7 @@ public class SOAPProxyAdapterControl extends HTTPProxyAdapterControl implements } /** - * @exclude + * * (non-Javadoc) * @see flex.management.BaseControlMBean#getType() */ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/ExternalProxySettings.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/ExternalProxySettings.java b/modules/proxy/src/flex/messaging/services/http/ExternalProxySettings.java index 76d7837..d425b5f 100755 --- a/modules/proxy/src/flex/messaging/services/http/ExternalProxySettings.java +++ b/modules/proxy/src/flex/messaging/services/http/ExternalProxySettings.java @@ -173,7 +173,7 @@ public class ExternalProxySettings } /** - * @exclude + * */ public static boolean isDotNet() { http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/HostConfigurationSettings.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/HostConfigurationSettings.java b/modules/proxy/src/flex/messaging/services/http/HostConfigurationSettings.java index 13d57cc..6722cee 100755 --- a/modules/proxy/src/flex/messaging/services/http/HostConfigurationSettings.java +++ b/modules/proxy/src/flex/messaging/services/http/HostConfigurationSettings.java @@ -17,7 +17,7 @@ package flex.messaging.services.http; /** - * @exclude + * * Collects the properties needed to create an Apache Commons HTTPClient * HostConfiguration. Holds all of the variables needed to describe an HTTP * connection to a host: remote host, port and protocol, proxy host and port, http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/httpclient/EasySSLProtocolSocketFactory.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/httpclient/EasySSLProtocolSocketFactory.java b/modules/proxy/src/flex/messaging/services/http/httpclient/EasySSLProtocolSocketFactory.java index d40efcc..9cab141 100755 --- a/modules/proxy/src/flex/messaging/services/http/httpclient/EasySSLProtocolSocketFactory.java +++ b/modules/proxy/src/flex/messaging/services/http/httpclient/EasySSLProtocolSocketFactory.java @@ -51,7 +51,7 @@ import java.net.UnknownHostException; import flex.messaging.util.Trace; /** - * @exclude + * * <p> * EasySSLProtocolSocketFactory can be used to creats SSL {@link Socket}s * that accept self-signed certificates. @@ -141,8 +141,7 @@ public class EasySSLProtocolSocketFactory implements SecureProtocolSocketFactory int port, InetAddress clientHost, int clientPort) - throws IOException, UnknownHostException - { + throws IOException { return getSSLContext().getSocketFactory().createSocket(host, port, @@ -173,8 +172,7 @@ public class EasySSLProtocolSocketFactory implements SecureProtocolSocketFactory final int port, final InetAddress localAddress, final int localPort, - final HttpConnectionParams params) throws IOException, UnknownHostException, ConnectTimeoutException - { + final HttpConnectionParams params) throws IOException { if (params == null) { throw new IllegalArgumentException("Parameters may not be null"); @@ -193,8 +191,7 @@ public class EasySSLProtocolSocketFactory implements SecureProtocolSocketFactory /** {@inheritDoc} */ public Socket createSocket(String host, int port) - throws IOException, UnknownHostException - { + throws IOException { return getSSLContext().getSocketFactory().createSocket(host, port); } @@ -204,8 +201,7 @@ public class EasySSLProtocolSocketFactory implements SecureProtocolSocketFactory String host, int port, boolean autoClose) - throws IOException, UnknownHostException - { + throws IOException { return getSSLContext().getSocketFactory().createSocket(socket, host, port, http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/httpclient/EasyX509TrustManager.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/httpclient/EasyX509TrustManager.java b/modules/proxy/src/flex/messaging/services/http/httpclient/EasyX509TrustManager.java index 1c825f2..692e9f7 100755 --- a/modules/proxy/src/flex/messaging/services/http/httpclient/EasyX509TrustManager.java +++ b/modules/proxy/src/flex/messaging/services/http/httpclient/EasyX509TrustManager.java @@ -46,7 +46,7 @@ import java.security.cert.X509Certificate; import flex.messaging.util.Trace; /** - * @exclude + * * <p> * EasyX509TrustManager unlike default {@link javax.net.ssl.X509TrustManager} accepts * self-signed certificates. http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/httpclient/FlexGetMethod.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/httpclient/FlexGetMethod.java b/modules/proxy/src/flex/messaging/services/http/httpclient/FlexGetMethod.java index 69a1509..c357fcd 100755 --- a/modules/proxy/src/flex/messaging/services/http/httpclient/FlexGetMethod.java +++ b/modules/proxy/src/flex/messaging/services/http/httpclient/FlexGetMethod.java @@ -22,7 +22,7 @@ import org.apache.commons.httpclient.NameValuePair; import org.apache.commons.httpclient.methods.GetMethod; /** - * @exclude + * * Simple wrapper around PostMethod that exposes one method for ProxyServlet. */ public class FlexGetMethod extends GetMethod http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/httpclient/FlexPostMethod.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/httpclient/FlexPostMethod.java b/modules/proxy/src/flex/messaging/services/http/httpclient/FlexPostMethod.java index 73b3133..9a728c6 100755 --- a/modules/proxy/src/flex/messaging/services/http/httpclient/FlexPostMethod.java +++ b/modules/proxy/src/flex/messaging/services/http/httpclient/FlexPostMethod.java @@ -22,7 +22,7 @@ import org.apache.commons.httpclient.NameValuePair; import org.apache.commons.httpclient.methods.PostMethod; /** - * @exclude + * * Simple wrapper around PostMethod that exposes one method for ProxyServlet. */ public class FlexPostMethod extends PostMethod http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/AccessFilter.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/AccessFilter.java b/modules/proxy/src/flex/messaging/services/http/proxy/AccessFilter.java index 250551e..e3f37fc 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/AccessFilter.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/AccessFilter.java @@ -21,7 +21,7 @@ import flex.messaging.FlexContext; import javax.servlet.http.HttpServletRequest; /** - * @exclude + * * Determines whether overall access to the proxy is allowed for a request. */ public class AccessFilter extends ProxyFilter http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/CookieInfo.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/CookieInfo.java b/modules/proxy/src/flex/messaging/services/http/proxy/CookieInfo.java index 9c729bd..2c2fb40 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/CookieInfo.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/CookieInfo.java @@ -17,7 +17,7 @@ package flex.messaging.services.http.proxy; /** - * @exclude + * */ public class CookieInfo { http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ErrorFilter.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ErrorFilter.java b/modules/proxy/src/flex/messaging/services/http/proxy/ErrorFilter.java index 9c29004..52a0778 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ErrorFilter.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ErrorFilter.java @@ -23,7 +23,7 @@ import flex.messaging.util.Trace; import flex.messaging.MessageException; /** - * @exclude + * * Wraps filters with exception handling. */ public class ErrorFilter extends ProxyFilter http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ProxyConstants.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyConstants.java b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyConstants.java index 48f5201..c7c8fba 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyConstants.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyConstants.java @@ -17,7 +17,7 @@ package flex.messaging.services.http.proxy; /** - * @exclude + * * Contants related to the proxy (shared with .NET). */ public class ProxyConstants http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContext.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContext.java b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContext.java index 3e9f60e..1de92bb 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContext.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContext.java @@ -31,7 +31,7 @@ import java.util.Set; import org.apache.commons.httpclient.Cookie; /** - * @exclude + * * Store all the information needed for a proxy request. */ public class ProxyContext extends SharedProxyContext http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContextFilter.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContextFilter.java b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContextFilter.java index 2e3c0f6..85ece8a 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContextFilter.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyContextFilter.java @@ -35,7 +35,7 @@ import java.net.URL; import java.net.UnknownHostException; /** - * @exclude + * * Fills in ProxyContext data for use by ProxyFilters within HttpProxyAdapter. */ public class ProxyContextFilter extends ProxyFilter http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ProxyException.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyException.java b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyException.java index 9287d3c..21f4b90 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyException.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyException.java @@ -19,7 +19,7 @@ package flex.messaging.services.http.proxy; import flex.messaging.MessageException; /** - * @exclude + * * Simple exception used to get back to ErrorFilter from other filters. */ public class ProxyException extends MessageException http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ProxyFilter.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyFilter.java b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyFilter.java index 5c8741b..e3a3a7b 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyFilter.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyFilter.java @@ -18,7 +18,7 @@ package flex.messaging.services.http.proxy; /** - * @exclude + * * Base filter definition that defines the filter contract. * Filters perform pre- and post-processing duties on the ProxyContext */ http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ProxyUtil.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyUtil.java b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyUtil.java index 7c40fd8..67d6fdc 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ProxyUtil.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ProxyUtil.java @@ -19,7 +19,7 @@ package flex.messaging.services.http.proxy; import org.apache.commons.httpclient.auth.AuthScope; /** - * @exclude + * * Methods used by multiple proxy classes. */ public class ProxyUtil http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/RequestFilter.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/RequestFilter.java b/modules/proxy/src/flex/messaging/services/http/proxy/RequestFilter.java index d854c22..82fed63 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/RequestFilter.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/RequestFilter.java @@ -57,7 +57,7 @@ import java.util.Map; import java.util.TreeMap; /** - * @exclude + * * Sends the request to the endpoint, including custom copying of headers and cookies. */ public class RequestFilter extends ProxyFilter http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/RequestUtil.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/RequestUtil.java b/modules/proxy/src/flex/messaging/services/http/proxy/RequestUtil.java index 6b588ea..e610980 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/RequestUtil.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/RequestUtil.java @@ -20,7 +20,7 @@ import flex.messaging.log.Log; import flex.messaging.services.HTTPProxyService; /** - * @exclude + * * Request methods shared by J2EE and .NET. */ public class RequestUtil http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ResponseFilter.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ResponseFilter.java b/modules/proxy/src/flex/messaging/services/http/proxy/ResponseFilter.java index 6078f71..80231a6 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ResponseFilter.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ResponseFilter.java @@ -43,7 +43,7 @@ import flex.messaging.services.HTTPProxyService; import flex.messaging.log.Log; /** - * @exclude + * * Send the response to the client, including custom copying of headers and cookies. */ public class ResponseFilter extends ProxyFilter http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/ResponseUtil.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/ResponseUtil.java b/modules/proxy/src/flex/messaging/services/http/proxy/ResponseUtil.java index 047288b..a355b31 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/ResponseUtil.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/ResponseUtil.java @@ -17,7 +17,7 @@ package flex.messaging.services.http.proxy; /** - * @exclude + * * Response methods shared by J2EE and .NET. */ public class ResponseUtil http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/SecurityFilter.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/SecurityFilter.java b/modules/proxy/src/flex/messaging/services/http/proxy/SecurityFilter.java index 37d2a6a..17d66c7 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/SecurityFilter.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/SecurityFilter.java @@ -29,7 +29,7 @@ import javax.servlet.http.HttpServletResponse; import java.util.Enumeration; /** - * @exclude + * * Handles whitelist/access and authentication/authorization system for requests. Checks URL to make sure we * accept it. Sets credentials if needed on the request. After the request is made, changes response for * security info if needed http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/SharedProxyContext.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/SharedProxyContext.java b/modules/proxy/src/flex/messaging/services/http/proxy/SharedProxyContext.java index 8a2a9ec..a5486a0 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/SharedProxyContext.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/SharedProxyContext.java @@ -17,7 +17,7 @@ package flex.messaging.services.http.proxy; /** - * @exclude + * * Store all the information needed for a proxy request that's used in flex.server.common.proxy. */ public class SharedProxyContext http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/proxy/src/flex/messaging/services/http/proxy/Target.java ---------------------------------------------------------------------- diff --git a/modules/proxy/src/flex/messaging/services/http/proxy/Target.java b/modules/proxy/src/flex/messaging/services/http/proxy/Target.java index d2d98c7..6805c37 100755 --- a/modules/proxy/src/flex/messaging/services/http/proxy/Target.java +++ b/modules/proxy/src/flex/messaging/services/http/proxy/Target.java @@ -21,7 +21,7 @@ import org.apache.commons.httpclient.HostConfiguration; import java.net.URL; /** - * @exclude + * * Encapsulates information about a proxy target. */ public class Target http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/remoting/src/flex/messaging/services/RemotingService.java ---------------------------------------------------------------------- diff --git a/modules/remoting/src/flex/messaging/services/RemotingService.java b/modules/remoting/src/flex/messaging/services/RemotingService.java index 76d691b..e940ca5 100755 --- a/modules/remoting/src/flex/messaging/services/RemotingService.java +++ b/modules/remoting/src/flex/messaging/services/RemotingService.java @@ -128,7 +128,7 @@ public class RemotingService extends AbstractService // //-------------------------------------------------------------------------- /** - * @exclude + * */ public MethodMatcher getMethodMatcher() { http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/remoting/src/flex/messaging/services/remoting/RemotingDestination.java ---------------------------------------------------------------------- diff --git a/modules/remoting/src/flex/messaging/services/remoting/RemotingDestination.java b/modules/remoting/src/flex/messaging/services/remoting/RemotingDestination.java index 3742fad..bc9c9c8 100755 --- a/modules/remoting/src/flex/messaging/services/remoting/RemotingDestination.java +++ b/modules/remoting/src/flex/messaging/services/remoting/RemotingDestination.java @@ -141,7 +141,7 @@ public class RemotingDestination extends FactoryDestination // //-------------------------------------------------------------------------- /** - * @exclude + * */ public MethodMatcher getMethodMatcher() { @@ -149,7 +149,7 @@ public class RemotingDestination extends FactoryDestination } /** - * @exclude + * */ public void setMethodMatcher(MethodMatcher matcher) { http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchMethodException.java ---------------------------------------------------------------------- diff --git a/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchMethodException.java b/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchMethodException.java index d23b1ae..8027a1d 100755 --- a/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchMethodException.java +++ b/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchMethodException.java @@ -19,7 +19,7 @@ package flex.messaging.services.remoting.adapters; import flex.messaging.MessageException; /** - * @exclude + * */ public class NoSuchMethodException extends MessageException { http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/56d1a01d/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchServiceException.java ---------------------------------------------------------------------- diff --git a/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchServiceException.java b/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchServiceException.java index 069d36f..07040d6 100755 --- a/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchServiceException.java +++ b/modules/remoting/src/flex/messaging/services/remoting/adapters/NoSuchServiceException.java @@ -19,7 +19,7 @@ package flex.messaging.services.remoting.adapters; import flex.messaging.MessageException; /** - * @exclude + * */ public class NoSuchServiceException extends MessageException {
