public final class EndpointPublisherImpl extends Object implements org.jboss.wsf.spi.publish.EndpointPublisher
Constructor and Description |
---|
EndpointPublisherImpl(org.apache.catalina.Host host) |
Modifier and Type | Method and Description |
---|---|
void |
destroy(org.jboss.wsf.spi.publish.Context context) |
org.jboss.wsf.spi.publish.Context |
publish(org.jboss.msc.service.ServiceTarget target,
String context,
ClassLoader loader,
Map<String,String> urlPatternToClassNameMap,
org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData metadata) |
List<org.jboss.wsf.spi.deployment.Endpoint> |
publish(org.jboss.msc.service.ServiceTarget target,
WSEndpointDeploymentUnit unit)
Publishes the endpoints declared to the provided WSEndpointDeploymentUnit
|
org.jboss.wsf.spi.publish.Context |
publish(String context,
ClassLoader loader,
Map<String,String> urlPatternToClassNameMap) |
org.jboss.wsf.spi.publish.Context |
publish(String context,
ClassLoader loader,
Map<String,String> urlPatternToClassNameMap,
org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData metadata) |
public EndpointPublisherImpl(org.apache.catalina.Host host)
public org.jboss.wsf.spi.publish.Context publish(String context, ClassLoader loader, Map<String,String> urlPatternToClassNameMap) throws Exception
publish
in interface org.jboss.wsf.spi.publish.EndpointPublisher
Exception
public org.jboss.wsf.spi.publish.Context publish(String context, ClassLoader loader, Map<String,String> urlPatternToClassNameMap, org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData metadata) throws Exception
publish
in interface org.jboss.wsf.spi.publish.EndpointPublisher
Exception
public org.jboss.wsf.spi.publish.Context publish(org.jboss.msc.service.ServiceTarget target, String context, ClassLoader loader, Map<String,String> urlPatternToClassNameMap, org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData metadata) throws Exception
Exception
public List<org.jboss.wsf.spi.deployment.Endpoint> publish(org.jboss.msc.service.ServiceTarget target, WSEndpointDeploymentUnit unit) throws Exception
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.