org.jboss.wsf.spi.invocation
Class EndpointAssociation

java.lang.Object
  extended by org.jboss.wsf.spi.invocation.EndpointAssociation

public final class EndpointAssociation
extends java.lang.Object

Associates the endpoint meta data with the current thead.

Since:
10-May-2007
Author:
Thomas.Diesler@jboss.org

Constructor Summary
EndpointAssociation()
           
 
Method Summary
static Endpoint getEndpoint()
           
static void removeEndpoint()
           
static void setEndpoint(Endpoint ep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointAssociation

public EndpointAssociation()
Method Detail

setEndpoint

public static void setEndpoint(Endpoint ep)

getEndpoint

public static Endpoint getEndpoint()

removeEndpoint

public static void removeEndpoint()


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.