org.jboss.wsf.spi.serviceref
Enum ServiceRefHandler.Type
java.lang.Object
java.lang.Enum<ServiceRefHandler.Type>
org.jboss.wsf.spi.serviceref.ServiceRefHandler.Type
- All Implemented Interfaces:
- Serializable, Comparable<ServiceRefHandler.Type>
- Enclosing interface:
- ServiceRefHandler
public static enum ServiceRefHandler.Type
- extends Enum<ServiceRefHandler.Type>
JAXRPC
public static final ServiceRefHandler.Type JAXRPC
JAXWS
public static final ServiceRefHandler.Type JAXWS
values
public static ServiceRefHandler.Type[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ServiceRefHandler.Type c : ServiceRefHandler.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ServiceRefHandler.Type valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.