com.sapportals.portal.prt.service.soap
Interface IServiceDescriptor


public interface IServiceDescriptor

Interface defining a Web Service when generating SOAP Call Convenient object used to transport info in the process


Method Summary
 ISOAPMessageContext getContextRequest()
           
 ISpecializedRegistry getRegistry()
          Get the registry for this service
 java.lang.String getServiceName()
          Get name of the service
 void setContextRequest(ISOAPMessageContext context)
           
 void setRegistry(ISpecializedRegistry mm_registry)
          Set the registry for this service
 void setServiceName(java.lang.String mm_serviceName)
          Set the name of the service
 

Method Detail

getServiceName

public java.lang.String getServiceName()
Get name of the service
Returns:
service name

setServiceName

public void setServiceName(java.lang.String mm_serviceName)
Set the name of the service
Parameters:
mm_serviceName - the service name

getRegistry

public ISpecializedRegistry getRegistry()
Get the registry for this service
Returns:
the registry

setRegistry

public void setRegistry(ISpecializedRegistry mm_registry)
Set the registry for this service
Parameters:
mm_registry - the registry

getContextRequest

public ISOAPMessageContext getContextRequest()

setContextRequest

public void setContextRequest(ISOAPMessageContext context)