org.ow2.petals.binding.soap
Class ServiceContext<E>
java.lang.Object
org.ow2.petals.binding.soap.ServiceContext<E>
public class ServiceContext<E>
- extends java.lang.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 java.lang.ClassLoader getClassloader()
- Returns:
- the classloader
getConfig
public E getConfig()
getModules
public java.util.List<java.lang.String> getModules()
- Returns:
- the modules
getPolicyPath
public java.io.File getPolicyPath()
- Returns:
- the policyPath
getServiceParams
public java.lang.String getServiceParams()
- Returns:
- the serviceParams
getSoapActionMap
public java.util.Map<java.lang.String,java.lang.String> getSoapActionMap()
getWsaFrom
public java.lang.String getWsaFrom()
- Returns:
- the wsaFrom
getWsaReplyTo
public java.lang.String getWsaReplyTo()
- Returns:
- the wsaReplyTo
getWsaTo
public java.lang.String getWsaTo()
- Returns:
- the wsaTo
setClassloader
public void setClassloader(java.lang.ClassLoader classloader)
- Parameters:
classloader - the classloader to set
setModules
public void setModules(java.util.List<java.lang.String> modules)
- Parameters:
modules - the modules to set
setPolicyPath
public void setPolicyPath(java.io.File policyPath)
- Parameters:
policyPath - the policyPath to set
setServiceParams
public void setServiceParams(java.lang.String serviceParams)
- Parameters:
serviceParams - the serviceParams to set
setSoapActionMap
public void setSoapActionMap(java.util.Map<java.lang.String,java.lang.String> soapActionMap)
setWsaFrom
public void setWsaFrom(java.lang.String wsaFrom)
- Parameters:
wsaFrom - the wsaFrom to set
setWsaReplyTo
public void setWsaReplyTo(java.lang.String wsaReplyTo)
- Parameters:
wsaReplyTo - the wsaReplyTo to set
setWsaTo
public void setWsaTo(java.lang.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-2010 OW2 Consortium. All Rights Reserved.