Package org.jboss.wsf.spi.publish
Interface EndpointPublisherFactory
-
public interface EndpointPublisherFactoryFactory for retrieving a EndpointPublisher instance for the currently running JBoss Application Server container.- Author:
- Alessio Soldano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointPublishernewEndpointPublisher(String hostname)
-
-
-
Method Detail
-
newEndpointPublisher
EndpointPublisher newEndpointPublisher(String hostname) throws Exception
- Throws:
Exception
-
-