javax.xml.ws
Class EndpointContext

java.lang.Object
  extended by javax.xml.ws.EndpointContext

public abstract class EndpointContext
extends Object

Since:
2.2

Constructor Summary
EndpointContext()
           
 
Method Summary
abstract  Set<Endpoint> getEndpoints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointContext

public EndpointContext()
Method Detail

getEndpoints

public abstract Set<Endpoint> getEndpoints()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.