|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.servicemix.common.Endpoint org.apache.servicemix.common.endpoints.SimpleEndpoint org.apache.servicemix.common.endpoints.ProviderEndpoint it.imolinfo.jbi4cics.jbi.Jbi4cicsEndpoint
public final class Jbi4cicsEndpoint
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 |
---|
public Jbi4cicsEndpoint()
Method Detail |
---|
public org.codehaus.xfire.service.Service getXFireService()
Service
.
Service
.public void start() throws java.lang.Exception
ExchangeProcessor
.
start
in interface org.apache.servicemix.common.ExchangeProcessor
start
in class org.apache.servicemix.common.endpoints.ProviderEndpoint
java.lang.Exception
- if caused by the call to super.start()
or the exchange processor startup.public void stop() throws java.lang.Exception
ExchangeProcessor
.
stop
in interface org.apache.servicemix.common.ExchangeProcessor
stop
in class org.apache.servicemix.common.endpoints.ProviderEndpoint
java.lang.Exception
- if caused by the call to super.stop()
or the exchange processor stop.public org.apache.servicemix.common.ExchangeProcessor getProcessor()
getProcessor
in class org.apache.servicemix.common.endpoints.SimpleEndpoint
public java.lang.String getCopyCobol()
public void setCopyCobol(java.lang.String copyCobol)
copyCobol
- the input copy Cobol to set.public java.lang.String getOutputCopyCobol()
public void setOutputCopyCobol(java.lang.String outputCopyCobol)
outputCopyCobol
- the output copy Cobol to set.public ServiceDescriptor getServiceDescriptor()
public void setServiceDescriptor(ServiceDescriptor serviceDescriptor)
serviceDescriptor
- the service descriptor to set.public java.lang.String getCopyCobolFileName()
public void setCopyCobolFileName(java.lang.String copyCobolFileName)
copyCobolFileName
- the input copy Cobol file name to set.public java.lang.String getOutputCopyCobolFileName()
public void setOutputCopyCobolFileName(java.lang.String outputCopyCobolFileName)
outputCopyCobolFileName
- the output copy Cobol file name to set.public java.lang.String getCodePage()
public void setCodePage(java.lang.String codePage)
codePage
- the code page to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |