站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 webservice API Documentation 英文版文档

ServiceDeployer.ServiceLocationResolver (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


org.jboss.webservice
Class ServiceDeployer.ServiceLocationResolver

java.lang.Object
  extended byorg.jboss.webservice.ServiceDeployer.ServiceLocationResolver
Enclosing class:
ServiceDeployer

public class ServiceDeployer.ServiceLocationResolver
extends Object

This guy resolves the service location, when ask to do so


Constructor Summary
ServiceDeployer.ServiceLocationResolver(org.jboss.deployment.DeploymentInfo di)
           
 
Method Summary
 String getServiceLocation(String schema, PortComponentMetaData pcmd)
          Get the web service address for either an JSE or an EJB endpoint

EJB: [schema][host]:[port]/[port-component-uri|deployment name/port-component-name] JSE: [schema][host]:[port]/[path derived from servlet mapping in web.xml]

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDeployer.ServiceLocationResolver

public ServiceDeployer.ServiceLocationResolver(org.jboss.deployment.DeploymentInfo di)
Method Detail

getServiceLocation

public String getServiceLocation(String schema,
                                 PortComponentMetaData pcmd)
Get the web service address for either an JSE or an EJB endpoint

EJB: [schema][host]:[port]/[port-component-uri|deployment name/port-component-name] JSE: [schema][host]:[port]/[path derived from servlet mapping in web.xml]

Parameters:
schema - The url schema, can be 'http://' or 'https://', or null
pcmd - The port component meta data
Returns:


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.