Package org.jboss.as.webservices.publish
Class EndpointPublisherFactoryImpl
- java.lang.Object
-
- org.jboss.as.webservices.publish.EndpointPublisherFactoryImpl
-
- All Implemented Interfaces:
org.jboss.wsf.spi.publish.EndpointPublisherFactory
public final class EndpointPublisherFactoryImpl extends Object implements org.jboss.wsf.spi.publish.EndpointPublisherFactory
Factory for retrieving an EndpointPublisher instance for the currently running JBoss Application Server container.- Author:
- Alessio Soldano, Richard Opalka
-
-
Constructor Summary
Constructors Constructor Description EndpointPublisherFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.wsf.spi.publish.EndpointPublishernewEndpointPublisher(String hostname)
-
-
-
Method Detail
-
newEndpointPublisher
public org.jboss.wsf.spi.publish.EndpointPublisher newEndpointPublisher(String hostname)
- Specified by:
newEndpointPublisherin interfaceorg.jboss.wsf.spi.publish.EndpointPublisherFactory
-
-