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 -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.wsf.spi.publish.EndpointPublishernewEndpointPublisher(String hostname)
-
Constructor Details
-
EndpointPublisherFactoryImpl
public EndpointPublisherFactoryImpl()
-
-
Method Details
-
newEndpointPublisher
- Specified by:
newEndpointPublisherin interfaceorg.jboss.wsf.spi.publish.EndpointPublisherFactory
-