org.ow2.petals.se.jsr181.model
Class JaxConfiguration

java.lang.Object
  extended by 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.
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getEndpointName()
           
 java.lang.String getServiceUnitName()
           
 java.net.URL getServiceURL()
           
 java.lang.String getSuRootPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 URL
suRootPath - the SU root path
className - the class name
endpointName - the end-point name
serviceUnitName - the service-unit name
Method Detail

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-2012 Petals Link (EBM Websourcing). All Rights Reserved.