当前页面:
在线文档首页 >
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
org.jboss.webservice.ServiceDeployer.ServiceLocationResolver
- Enclosing class:
- ServiceDeployer
- public class ServiceDeployer.ServiceLocationResolver
- extends Object
This guy resolves the service location, when ask to do so
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 |
ServiceDeployer.ServiceLocationResolver
public ServiceDeployer.ServiceLocationResolver(org.jboss.deployment.DeploymentInfo di)
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 nullpcmd
- The port component meta data
- Returns:
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.