public static enum FactoryBeanListener.Event extends Enum<FactoryBeanListener.Event>
Enum Constant and Description |
---|
BINDING_CREATED
BindingInfo
|
BINDING_OPERATION_CREATED
BindingInfo, BindingOperationInfo, Implementation Method
|
CLIENT_CREATED
Endpoint, Client
|
CREATE_FROM_CLASS
Called at the start of processing when it detects that the service
is to be created based on a Java class.
|
CREATE_FROM_WSDL
Called at the start of processing when it detects that the service
is to be created based on a wsdl contract.
|
DATABINDING_INITIALIZED
DataBinding
|
END_CREATE
Event fired at the very end of processing.
|
ENDPOINT_CREATED
EndpointInfo, Endpoint, Class
|
ENDPOINT_SELECTED
EndpointInfo, Endpoint, SEI Class, Class
|
ENDPOINTINFO_CREATED
EndpointInfo
|
INTERFACE_CREATED
InterfaceInfo, Class>
|
INTERFACE_OPERATION_BOUND
OperationInfo, Method
|
OPERATIONINFO_FAULT
OperationInfo, Class extends Throwable>, FaultInfo
|
OPERATIONINFO_IN_MESSAGE_SET
OperationInfo, Method, MessageInfo
|
OPERATIONINFO_OUT_MESSAGE_SET |
PRE_CLIENT_CREATE
Endpoint
|
PRE_SERVER_CREATE
Server, targetObject, Class
|
PROXY_CREATED
Class[], InvokationHandler, Proxy
|
SERVER_CREATED
Server, targetObject, Class
|
SERVICE_SET
Called after the Service is set into the Factory after which the getService()
call will return a valid value.
|
START_CREATE
Event fired at the very start of processing.
|
WSDL_LOADED
Called after the wsdl is loaded/parsed.
|
Modifier and Type | Method and Description |
---|---|
static FactoryBeanListener.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactoryBeanListener.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FactoryBeanListener.Event START_CREATE
public static final FactoryBeanListener.Event END_CREATE
public static final FactoryBeanListener.Event CREATE_FROM_WSDL
public static final FactoryBeanListener.Event CREATE_FROM_CLASS
public static final FactoryBeanListener.Event WSDL_LOADED
public static final FactoryBeanListener.Event SERVICE_SET
public static final FactoryBeanListener.Event INTERFACE_OPERATION_BOUND
public static final FactoryBeanListener.Event OPERATIONINFO_IN_MESSAGE_SET
public static final FactoryBeanListener.Event OPERATIONINFO_OUT_MESSAGE_SET
public static final FactoryBeanListener.Event OPERATIONINFO_FAULT
public static final FactoryBeanListener.Event INTERFACE_CREATED
public static final FactoryBeanListener.Event DATABINDING_INITIALIZED
public static final FactoryBeanListener.Event ENDPOINT_CREATED
public static final FactoryBeanListener.Event PRE_SERVER_CREATE
public static final FactoryBeanListener.Event SERVER_CREATED
public static final FactoryBeanListener.Event BINDING_OPERATION_CREATED
public static final FactoryBeanListener.Event BINDING_CREATED
public static final FactoryBeanListener.Event PRE_CLIENT_CREATE
public static final FactoryBeanListener.Event CLIENT_CREATED
public static final FactoryBeanListener.Event ENDPOINT_SELECTED
public static final FactoryBeanListener.Event ENDPOINTINFO_CREATED
public static final FactoryBeanListener.Event PROXY_CREATED
public static FactoryBeanListener.Event[] values()
for (FactoryBeanListener.Event c : FactoryBeanListener.Event.values()) System.out.println(c);
public static FactoryBeanListener.Event valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 JBoss by Red Hat. All rights reserved.