it.imolinfo.jbi4cics.jbi
Class Jbi4cicsEndpoint

java.lang.Object
  extended by org.apache.servicemix.common.Endpoint
      extended by org.apache.servicemix.common.endpoints.SimpleEndpoint
          extended by org.apache.servicemix.common.endpoints.ProviderEndpoint
              extended by it.imolinfo.jbi4cics.jbi.Jbi4cicsEndpoint
All Implemented Interfaces:
org.apache.servicemix.common.ExchangeProcessor

public final class Jbi4cicsEndpoint
extends org.apache.servicemix.common.endpoints.ProviderEndpoint


Field Summary
 
Fields inherited from class org.apache.servicemix.common.Endpoint
definition, description, endpoint, interfaceName, logger, service, serviceUnit
 
Constructor Summary
Jbi4cicsEndpoint()
          Initializes a new instance of this class.
 
Method Summary
 java.lang.String getCodePage()
          Returns the code page.
 java.lang.String getCopyCobol()
          Returns the input copy Cobol.
 java.lang.String getCopyCobolFileName()
          Returns the input copy Cobol file name.
 java.lang.String getOutputCopyCobol()
          Returns the output copy Cobol.
 java.lang.String getOutputCopyCobolFileName()
          Returns the output copy Cobol file name.
 org.apache.servicemix.common.ExchangeProcessor getProcessor()
          Returns the exchange processor.
 ServiceDescriptor getServiceDescriptor()
          Returns the service descriptor.
 org.codehaus.xfire.service.Service getXFireService()
          Returns the xfire Service.
 void setCodePage(java.lang.String codePage)
          Sets the code page.
 void setCopyCobol(java.lang.String copyCobol)
          Sets the input copy Cobol.
 void setCopyCobolFileName(java.lang.String copyCobolFileName)
          Sets the input copy Cobol file name.
 void setOutputCopyCobol(java.lang.String outputCopyCobol)
          Sets the output copy Cobol.
 void setOutputCopyCobolFileName(java.lang.String outputCopyCobolFileName)
          Sets the output copy Cobol file name.
 void setServiceDescriptor(ServiceDescriptor serviceDescriptor)
          Sets the service descriptor.
 void start()
          Starts the ExchangeProcessor.
 void stop()
          Stops the ExchangeProcessor.
 
Methods inherited from class org.apache.servicemix.common.endpoints.ProviderEndpoint
getRole, process, processInOnly, processInOut
 
Methods inherited from class org.apache.servicemix.common.endpoints.SimpleEndpoint
activate, deactivate, done, fail, getChannel, getContext, getExchangeFactory, send, sendSync
 
Methods inherited from class org.apache.servicemix.common.Endpoint
getDefinition, getDescription, getEndpoint, getInterfaceName, getService, getServiceUnit, isExchangeOkay, setDefinition, setDescription, setEndpoint, setInterfaceName, setService, setServiceUnit, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jbi4cicsEndpoint

public Jbi4cicsEndpoint()
Initializes a new instance of this class.

Method Detail

getXFireService

public org.codehaus.xfire.service.Service getXFireService()
Returns the xfire Service.

Returns:
the xfire Service.

start

public void start()
           throws java.lang.Exception
Starts the ExchangeProcessor.

Specified by:
start in interface org.apache.servicemix.common.ExchangeProcessor
Overrides:
start in class org.apache.servicemix.common.endpoints.ProviderEndpoint
Throws:
java.lang.Exception - if caused by the call to super.start() or the exchange processor startup.

stop

public void stop()
          throws java.lang.Exception
Stops the ExchangeProcessor.

Specified by:
stop in interface org.apache.servicemix.common.ExchangeProcessor
Overrides:
stop in class org.apache.servicemix.common.endpoints.ProviderEndpoint
Throws:
java.lang.Exception - if caused by the call to super.stop() or the exchange processor stop.

getProcessor

public org.apache.servicemix.common.ExchangeProcessor getProcessor()
Returns the exchange processor.

Overrides:
getProcessor in class org.apache.servicemix.common.endpoints.SimpleEndpoint
Returns:
the exchange processor.

getCopyCobol

public java.lang.String getCopyCobol()
Returns the input copy Cobol.

Returns:
the input copy Cobol.

setCopyCobol

public void setCopyCobol(java.lang.String copyCobol)
Sets the input copy Cobol.

Parameters:
copyCobol - the input copy Cobol to set.

getOutputCopyCobol

public java.lang.String getOutputCopyCobol()
Returns the output copy Cobol.

Returns:
the output copy Cobol.

setOutputCopyCobol

public void setOutputCopyCobol(java.lang.String outputCopyCobol)
Sets the output copy Cobol.

Parameters:
outputCopyCobol - the output copy Cobol to set.

getServiceDescriptor

public ServiceDescriptor getServiceDescriptor()
Returns the service descriptor.

Returns:
the service descriptor.

setServiceDescriptor

public void setServiceDescriptor(ServiceDescriptor serviceDescriptor)
Sets the service descriptor.

Parameters:
serviceDescriptor - the service descriptor to set.

getCopyCobolFileName

public java.lang.String getCopyCobolFileName()
Returns the input copy Cobol file name.

Returns:
the input copy Cobol file name.

setCopyCobolFileName

public void setCopyCobolFileName(java.lang.String copyCobolFileName)
Sets the input copy Cobol file name.

Parameters:
copyCobolFileName - the input copy Cobol file name to set.

getOutputCopyCobolFileName

public java.lang.String getOutputCopyCobolFileName()
Returns the output copy Cobol file name.

Returns:
the output copy Cobol file name.

setOutputCopyCobolFileName

public void setOutputCopyCobolFileName(java.lang.String outputCopyCobolFileName)
Sets the output copy Cobol file name.

Parameters:
outputCopyCobolFileName - the output copy Cobol file name to set.

getCodePage

public java.lang.String getCodePage()
Returns the code page.

Returns:
the code page.

setCodePage

public void setCodePage(java.lang.String codePage)
Sets the code page.

Parameters:
codePage - the code page to set.


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