| |
|
| java.lang.Object org.jboss.invocation.http.interfaces.HttpInvokerProxy
HttpInvokerProxy | public class HttpInvokerProxy implements Invoker,Externalizable(Code) | | The client side Http invoker proxy that posts an invocation to the
InvokerServlet using the HttpURLConnection created from the proxy
externalURL.
author: Scott.Stark@jboss.org version: $Revision: 57209 $ |
externalURL | protected transient URL externalURL(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | Serial Version Identifier.
|
HttpInvokerProxy | public HttpInvokerProxy()(Code) | | |
HttpInvokerProxy | public HttpInvokerProxy(String externalURLValue)(Code) | | externalURL, the URL through which clients should contact theInvokerServlet. |
getExternalURL | public URL getExternalURL()(Code) | | |
getExternalURLValue | public String getExternalURLValue()(Code) | | |
invoke | public Object invoke(Invocation invocation) throws Exception(Code) | | This method builds a MarshalledInvocation from the invocation passed
in and then does a post to the target URL.
|
|
|
|