|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<RemoteServiceType> net.sf.snamespaces.remoting.RemoteServiceType
public enum RemoteServiceType
A remote service type. The constants of this enumerated type describe the various remote services URL-based.
These constants are used in type
attribute
from <remoting:remote-service/>
element
to specify what remote service types are to be used.
RemotingNamespaceHandler
,
RemoteServiceBeanDefinitionParser
Enum Constant Summary | |
---|---|
Burlap
Burlap service. |
|
Hessian
Hessian service. |
|
HttpInvoker
HTTP invoker service. |
|
RMI
RMI service. |
Method Summary | |
---|---|
static RemoteServiceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RemoteServiceType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RemoteServiceType Burlap
public static final RemoteServiceType Hessian
public static final RemoteServiceType HttpInvoker
public static final RemoteServiceType RMI
Method Detail |
---|
public static final RemoteServiceType[] values()
for(RemoteServiceType c : RemoteServiceType.values()) System.out.println(c);
public static RemoteServiceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |