public class AnnotatedEndpointFactory extends Object implements InstanceFactory<javax.websocket.Endpoint>
| Modifier and Type | Method and Description |
|---|---|
static AnnotatedEndpointFactory |
create(Class<?> endpointClass,
InstanceFactory<?> underlyingInstance,
EncodingFactory encodingFactory) |
InstanceHandle<javax.websocket.Endpoint> |
createInstance() |
javax.websocket.Endpoint |
createInstanceForExisting(Object instance) |
public static AnnotatedEndpointFactory create(Class<?> endpointClass, InstanceFactory<?> underlyingInstance, EncodingFactory encodingFactory) throws javax.websocket.DeploymentException
javax.websocket.DeploymentExceptionpublic InstanceHandle<javax.websocket.Endpoint> createInstance() throws InstantiationException
createInstance in interface InstanceFactory<javax.websocket.Endpoint>InstantiationExceptionpublic javax.websocket.Endpoint createInstanceForExisting(Object instance)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.