org.ow2.petals.binding.soap
Class ServiceContext<E>
java.lang.Object
org.ow2.petals.binding.soap.ServiceContext<E>
public class ServiceContext<E>
- extends Object
- Author:
- chamerling - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceContext
public ServiceContext(E e)
getClassloader
public ClassLoader getClassloader()
- Returns:
- the classloader
getConfig
public E getConfig()
getModules
public List<String> getModules()
- Returns:
- the modules
getPolicyPath
public File getPolicyPath()
- Returns:
- the policyPath
getServiceParams
public String getServiceParams()
- Returns:
- the serviceParams
getSoapActionMap
public Map<String,String> getSoapActionMap()
getWsaFrom
public String getWsaFrom()
- Returns:
- the wsaFrom
getWsaReplyTo
public String getWsaReplyTo()
- Returns:
- the wsaReplyTo
getWsaTo
public String getWsaTo()
- Returns:
- the wsaTo
setClassloader
public void setClassloader(ClassLoader classloader)
- Parameters:
classloader - the classloader to set
setModules
public void setModules(List<String> modules)
- Parameters:
modules - the modules to set
setPolicyPath
public void setPolicyPath(File policyPath)
- Parameters:
policyPath - the policyPath to set
setServiceParams
public void setServiceParams(String serviceParams)
- Parameters:
serviceParams - the serviceParams to set
setSoapActionMap
public void setSoapActionMap(Map<String,String> soapActionMap)
setWsaFrom
public void setWsaFrom(String wsaFrom)
- Parameters:
wsaFrom - the wsaFrom to set
setWsaReplyTo
public void setWsaReplyTo(String wsaReplyTo)
- Parameters:
wsaReplyTo - the wsaReplyTo to set
setWsaTo
public void setWsaTo(String wsaTo)
- Parameters:
wsaTo - the wsaTo to set
getServiceDescription
public org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description getServiceDescription()
setServiceDescription
public void setServiceDescription(org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description serviceDescription)
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.