org.jboss.ejb3.proxy.remoting
Class ProxyRemotingUtils

java.lang.Object
  extended by org.jboss.ejb3.proxy.remoting.ProxyRemotingUtils

public class ProxyRemotingUtils
extends java.lang.Object

ProxyRemotingUtils


Field Summary
protected static java.lang.String DEFAULT_CLIENT_BINDING
          The default URL for InvokerLocator in the case @RemoteBinding does not specify it
protected static java.lang.String DEFAULT_CLIENT_BINDING_IF_CONNECTOR_NOT_FOUND
          The default URL for InvokerLocator if if cannot be read from the EJB3 Remoting Connector
 
Constructor Summary
ProxyRemotingUtils()
           
 
Method Summary
static java.lang.String getDefaultClientBinding()
          Obtains the default client binding Will return the value of the InvokerLocator used by the EJB3 Remoting Connector EJBTHREE-1419
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CLIENT_BINDING

protected static java.lang.String DEFAULT_CLIENT_BINDING
The default URL for InvokerLocator in the case @RemoteBinding does not specify it


DEFAULT_CLIENT_BINDING_IF_CONNECTOR_NOT_FOUND

protected static final java.lang.String DEFAULT_CLIENT_BINDING_IF_CONNECTOR_NOT_FOUND
The default URL for InvokerLocator if if cannot be read from the EJB3 Remoting Connector

See Also:
Constant Field Values
Constructor Detail

ProxyRemotingUtils

public ProxyRemotingUtils()
Method Detail

getDefaultClientBinding

public static java.lang.String getDefaultClientBinding()
Obtains the default client binding Will return the value of the InvokerLocator used by the EJB3 Remoting Connector EJBTHREE-1419