org.ow2.petals.binding.soap
Class ServiceContext<E>

java.lang.Object
  extended by org.ow2.petals.binding.soap.ServiceContext<E>

public class ServiceContext<E>
extends Object

Author:
chamerling - eBM WebSourcing

Constructor Summary
ServiceContext(E e)
           
 
Method Summary
 ClassLoader getClassloader()
           
 E getConfig()
           
 List<String> getModules()
           
 File getPolicyPath()
           
 org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description getServiceDescription()
           
 String getServiceParams()
           
 Map<String,String> getSoapActionMap()
           
 String getWsaFrom()
           
 String getWsaReplyTo()
           
 String getWsaTo()
           
 void setClassloader(ClassLoader classloader)
           
 void setModules(List<String> modules)
           
 void setPolicyPath(File policyPath)
           
 void setServiceDescription(org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description serviceDescription)
           
 void setServiceParams(String serviceParams)
           
 void setSoapActionMap(Map<String,String> soapActionMap)
           
 void setWsaFrom(String wsaFrom)
           
 void setWsaReplyTo(String wsaReplyTo)
           
 void setWsaTo(String wsaTo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContext

public ServiceContext(E e)
Method Detail

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.