it.imolinfo.jbi4cics.service
Class ServiceContext

java.lang.Object
  extended by it.imolinfo.jbi4cics.service.ServiceContext

public class ServiceContext
extends java.lang.Object

Author:
raffaele

Constructor Summary
ServiceContext()
          void constructor.
 
Method Summary
 Account getAccount()
           
 java.lang.Object getInputBean()
           
 MappingDescriptor getInputMappingDescriptor()
           
 java.lang.Object getInputMessage()
           
 InteractionDescription getInteractionDescription()
           
 java.lang.Object getOutputBean()
           
 MappingDescriptor getOutputMappingDescriptor()
           
 java.lang.Object getOutputMessage()
           
 ServiceLocation getServiceLocation()
           
 java.lang.String getServiceName()
           
 void setAccount(Account account)
           
 void setInputBean(java.lang.Object inputBean)
           
 void setInputMappingDescriptor(MappingDescriptor mappingDescriptor)
           
 void setInputMessage(java.lang.Object inputMessage)
           
 void setInteractionDescription(InteractionDescription interactionDescription)
           
 void setOutputBean(java.lang.Object outputBean)
           
 void setOutputMappingDescriptor(MappingDescriptor outputMappingDescriptor)
           
 void setOutputMessage(java.lang.Object outputMessage)
           
 void setServiceLocation(ServiceLocation serviceLocation)
           
 void setServiceName(java.lang.String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContext

public ServiceContext()
void constructor.

Method Detail

getInteractionDescription

public InteractionDescription getInteractionDescription()
Returns:
Returns the interactionDescription.

setInteractionDescription

public void setInteractionDescription(InteractionDescription interactionDescription)
Parameters:
interactionDescription - The interactionDescription to set.

getInputMappingDescriptor

public MappingDescriptor getInputMappingDescriptor()
Returns:
Returns the inputMappingDescriptor.

setInputMappingDescriptor

public void setInputMappingDescriptor(MappingDescriptor mappingDescriptor)
Parameters:
mappingDescriptor - The MappingDescriptor to set.

getInputBean

public java.lang.Object getInputBean()
Returns:
Returns the inputBean.

setInputBean

public void setInputBean(java.lang.Object inputBean)
Parameters:
inputBean - The inputBean to set.

getOutputBean

public java.lang.Object getOutputBean()
Returns:
Returns the outputBean.

setOutputBean

public void setOutputBean(java.lang.Object outputBean)
Parameters:
outputBean - The outputBean to set.

getServiceName

public java.lang.String getServiceName()
Returns:
Returns the serviceName.

setServiceName

public void setServiceName(java.lang.String serviceName)
Parameters:
serviceName - The serviceName to set.

getServiceLocation

public ServiceLocation getServiceLocation()
Returns:
Returns the serviceLocation.

setServiceLocation

public void setServiceLocation(ServiceLocation serviceLocation)
Parameters:
serviceLocation - The serviceLocation to set.

getAccount

public Account getAccount()
Returns:
Returns the account.

setAccount

public void setAccount(Account account)
Parameters:
account - The account to set.

getInputMessage

public java.lang.Object getInputMessage()
Returns:
Returns the inputMessage.

setInputMessage

public void setInputMessage(java.lang.Object inputMessage)
Parameters:
inputMessage - The inputMessage to set.

getOutputMessage

public java.lang.Object getOutputMessage()
Returns:
Returns the outputMessage.

setOutputMessage

public void setOutputMessage(java.lang.Object outputMessage)
Parameters:
outputMessage - The outputMessage to set.

getOutputMappingDescriptor

public MappingDescriptor getOutputMappingDescriptor()
Returns:
Returns the outputMappingDescriptor.

setOutputMappingDescriptor

public void setOutputMappingDescriptor(MappingDescriptor outputMappingDescriptor)
Parameters:
outputMappingDescriptor - The outputMappingDescriptor to set.


Copyright © 2005-2008 Imola Informatica. All Rights Reserved.