org.ow2.petals.binding.soap
Class SoapComponentContext.ServiceManager<E>

java.lang.Object
  extended by org.ow2.petals.binding.soap.SoapComponentContext.ServiceManager<E>
Enclosing class:
SoapComponentContext

public class SoapComponentContext.ServiceManager<E>
extends java.lang.Object


Constructor Summary
SoapComponentContext.ServiceManager()
           
 
Method Summary
 void addModules(E e, java.util.List<java.lang.String> modulesList)
           
 ServiceContext<E> createServiceContext(E e)
           
 ServiceContext<E> deleteServiceContext(E e)
          Delete the service context
 java.util.List<java.lang.String> getModules(E e)
          Get the modules
 java.io.File getPolicyPath(E e)
          Get the policy path
 ServiceContext<E> getServiceContext(E e)
           
 java.lang.String getServiceParameters(E e)
          Get the parameters for the given serviceAddress.
 void setClassLoader(E e, java.lang.ClassLoader classLoader)
          Set the class loader
 void setPolicyPath(E e, java.io.File absolutePath)
          Set the policy path
 void setServicePamameters(E e, java.lang.String parameters)
          Set parameters to a serviceAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapComponentContext.ServiceManager

public SoapComponentContext.ServiceManager()
Method Detail

createServiceContext

public ServiceContext<E> createServiceContext(E e)
Parameters:
consumes -
Returns:

deleteServiceContext

public ServiceContext<E> deleteServiceContext(E e)
Delete the service context

Parameters:
consumes -

addModules

public void addModules(E e,
                       java.util.List<java.lang.String> modulesList)
Parameters:
e -
modulesList -

getServiceContext

public ServiceContext<E> getServiceContext(E e)
Parameters:
-
Returns:

getModules

public java.util.List<java.lang.String> getModules(E e)
Get the modules

Parameters:
address -
Returns:
the modules of the given consumes block. Should at least contains the addressing module

setServicePamameters

public void setServicePamameters(E e,
                                 java.lang.String parameters)
Set parameters to a serviceAddress

Parameters:
serviceAddress - the service address
parameters - the parameters to set

getPolicyPath

public java.io.File getPolicyPath(E e)
Get the policy path

Parameters:
serviceAddress -
Returns:

setPolicyPath

public void setPolicyPath(E e,
                          java.io.File absolutePath)
Set the policy path

Parameters:
serviceAddress -
absolutePath -

getServiceParameters

public java.lang.String getServiceParameters(E e)
Get the parameters for the given serviceAddress.

Parameters:
serviceAddress - the service address
Returns:
a string containing the parameters of the given serviceAddress.

setClassLoader

public void setClassLoader(E e,
                           java.lang.ClassLoader classLoader)
Set the class loader

Parameters:
serviceAddress -
classLoader -


Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.