org.apache.ws.util.platform.axis
Class AxisJaxRpcPlatform
java.lang.Object
org.apache.ws.util.platform.JaxRpcPlatform
org.apache.ws.util.platform.axis.AxisJaxRpcPlatform
- public class AxisJaxRpcPlatform
- extends JaxRpcPlatform
- Author:
- Sal Campana
Method Summary |
java.lang.String |
getDescription()
Returns a short description of the platform. |
java.lang.String |
getEndpointUrl(java.lang.String baseWebappUrl,
java.lang.String serviceName)
Returns the platform-specific endpoint url for a service on a given platform. |
java.lang.String |
getSoapFactoryImpl()
Returns the SOAPFactoryImpl class name. |
java.lang.String |
toString()
Returns the description of the JAX-RPC platform. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AxisJaxRpcPlatform
public AxisJaxRpcPlatform()
getDescription
public java.lang.String getDescription()
- Returns a short description of the platform.
- Specified by:
getDescription
in class JaxRpcPlatform
- Returns:
- a short description of the platform
getEndpointUrl
public java.lang.String getEndpointUrl(java.lang.String baseWebappUrl,
java.lang.String serviceName)
- Returns the platform-specific endpoint url for a service on a given platform.
An example of this would be:
baseWebappUrl = http://localhost:8080/wsrf
serviceName = filesystem
On the Axis platform the endpoint URL is: http://localhost:8080/wsrf/services/filesystem
- Specified by:
getEndpointUrl
in class JaxRpcPlatform
- Parameters:
baseWebappUrl
- The url containing the webapp context (i.e. http://localhost:8080/wsrf)serviceName
- The service name which is registered with the platform
- Returns:
- The endpoint url for the service.
getSoapFactoryImpl
public java.lang.String getSoapFactoryImpl()
- Returns the SOAPFactoryImpl class name.
- Specified by:
getSoapFactoryImpl
in class JaxRpcPlatform
- Returns:
- SOAPFactoryImpl class name.
toString
public java.lang.String toString()
- Returns the description of the JAX-RPC platform.
- Specified by:
toString
in class JaxRpcPlatform
- Returns:
- String
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.