org.jboss.wsf.spi.publish
Class Context

java.lang.Object
  extended by org.jboss.wsf.spi.publish.Context

public class Context
extends Object


Constructor Summary
Context(String context, List<Endpoint> endpoints)
           
 
Method Summary
 String getContext()
           
 List<Endpoint> getEndpoints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(String context,
               List<Endpoint> endpoints)
Method Detail

getContext

public String getContext()

getEndpoints

public List<Endpoint> getEndpoints()


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.