com.sun.enterprise.connectors.inbound
Class MessageEndpointFactoryInfo

java.lang.Object
  extended by com.sun.enterprise.connectors.inbound.MessageEndpointFactoryInfo

public final class MessageEndpointFactoryInfo
extends java.lang.Object

An instance of this class keeps ActivationSpec and MessageEndPointFactory related to a endpoint activation.

Author:
Qingqing Ouyang

Method Summary
 ActivationSpec getActivationSpec()
           
 MessageEndpointFactory getEndpointFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEndpointFactory

public MessageEndpointFactory getEndpointFactory()
Returns:
MessageEndpointFactory object.

getActivationSpec

public ActivationSpec getActivationSpec()
Returns:
ActivationSpec object.


Copyright © 2012 GlassFish Community. All Rights Reserved.