|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.binding.soap.SoapComponentContext.ServiceManager<E>
public class SoapComponentContext.ServiceManager<E>
| 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 |
|---|
public SoapComponentContext.ServiceManager()
| Method Detail |
|---|
public ServiceContext<E> createServiceContext(E e)
consumes -
public ServiceContext<E> deleteServiceContext(E e)
consumes -
public void addModules(E e,
java.util.List<java.lang.String> modulesList)
e - modulesList - public ServiceContext<E> getServiceContext(E e)
-
public java.util.List<java.lang.String> getModules(E e)
address -
public void setServicePamameters(E e,
java.lang.String parameters)
serviceAddress - the service addressparameters - the parameters to setpublic java.io.File getPolicyPath(E e)
serviceAddress -
public void setPolicyPath(E e,
java.io.File absolutePath)
serviceAddress - absolutePath - public java.lang.String getServiceParameters(E e)
serviceAddress - the service address
public void setClassLoader(E e,
java.lang.ClassLoader classLoader)
serviceAddress - classLoader -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||