org.ow2.petals.se.jsr181.model
Class JaxConfiguration
java.lang.Object
org.ow2.petals.se.jsr181.model.JaxConfiguration
public class JaxConfiguration
- extends java.lang.Object
A bean to store SU elements that can be used at runtime by this component.
- Author:
- Vincent Zurczak - EBM WebSourcing
|
Constructor Summary |
JaxConfiguration(java.net.URL serviceURL,
java.lang.String suRootPath,
java.lang.String className,
java.lang.String endpointName,
java.lang.String serviceUnitName)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxConfiguration
public JaxConfiguration(java.net.URL serviceURL,
java.lang.String suRootPath,
java.lang.String className,
java.lang.String endpointName,
java.lang.String serviceUnitName)
- Constructor.
- Parameters:
serviceURL - the service URLsuRootPath - the SU root pathclassName - the class nameendpointName - the end-point nameserviceUnitName - the service-unit name
getServiceURL
public java.net.URL getServiceURL()
- Returns:
- the serviceURL
getSuRootPath
public java.lang.String getSuRootPath()
- Returns:
- the suRootPath
getClassName
public java.lang.String getClassName()
- Returns:
- the className
getEndpointName
public java.lang.String getEndpointName()
- Returns:
- the endpointName
getServiceUnitName
public java.lang.String getServiceUnitName()
- Returns:
- the serviceUnitName
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.