|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PecService
The Interface PecService.
Method Summary | |
---|---|
java.lang.String |
generateAnnullamentoXml(MessageInstance messageInstance,
java.lang.String motivo,
java.lang.String provvedimento)
Generate annullamento xml. |
java.lang.String |
generateConfermaXml(MessageInstance messageInstance,
java.lang.String protocolNumber,
java.util.Date protocolDate)
Generate conferma xml. |
java.lang.String |
generateNotificaEccezioneXml(MessageInstance messageInstance,
java.lang.String motivo)
Generate notifica eccezione xml. |
java.lang.String |
generateSegnaturaXml(MessageInstance messageInstance)
Generate segnatura xml. |
java.lang.String |
generateSegnaturaXml(MessageInstance messageInstance,
java.util.List<ContactInstance> contactInstances)
Generate segnatura xml. |
java.util.Map<java.lang.String,java.lang.Object> |
getVariablesMapFromAnnullamento(java.io.InputStream annullamentoXml,
MessageBox.InteroperabilityType interoperabilityType)
Gets the variables map from annullamento. |
java.util.Map<java.lang.String,java.lang.Object> |
getVariablesMapFromConfermaRicezione(java.io.InputStream confermaXml,
MessageBox.InteroperabilityType interoperabilityType)
Gets the variables map from conferma ricezione. |
java.util.Map<java.lang.String,java.lang.Object> |
getVariablesMapFromNotificaEccezione(java.io.InputStream annullamentoXml,
MessageBox.InteroperabilityType interoperabilityType)
Gets the variables map from notifica eccezione. |
java.util.Map<java.lang.String,java.lang.Object> |
getVariablesMapFromSegnatura(java.io.InputStream segnaturaXml,
MessageBox.InteroperabilityType interoperabilityType)
Gets the variables map from segnatura. |
MessageServiceInstance.XmlAutomationType |
getXmlAutomationType(java.lang.String xmlFileName)
Gets the xml automation type. |
java.lang.String |
getXmlType(java.util.Collection<java.io.File> attachments)
Gets the xml type. |
java.lang.String |
getXmlType(it.neverworks.mail.helper.MessageHelper messageHelper)
Gets the xml type. |
java.lang.String |
getXmlType(java.util.Vector<java.lang.String> attachments)
Gets the xml type. |
Method Detail |
---|
java.lang.String generateSegnaturaXml(MessageInstance messageInstance) throws java.lang.Exception
messageInstance
- the message instance
java.lang.Exception
- the exceptionjava.lang.String generateSegnaturaXml(MessageInstance messageInstance, java.util.List<ContactInstance> contactInstances) throws java.lang.Exception
messageInstance
- the message instancecontactInstances
- the contact instances
java.lang.Exception
- the exceptionjava.lang.String generateConfermaXml(MessageInstance messageInstance, java.lang.String protocolNumber, java.util.Date protocolDate) throws java.lang.Exception
messageInstance
- the message instanceprotocolNumber
- the protocol numberprotocolDate
- the protocol date
java.lang.Exception
- the exceptionjava.lang.String generateNotificaEccezioneXml(MessageInstance messageInstance, java.lang.String motivo) throws java.lang.Exception
messageInstance
- the message instancemotivo
- the motivo
java.lang.Exception
- the exceptionjava.lang.String generateAnnullamentoXml(MessageInstance messageInstance, java.lang.String motivo, java.lang.String provvedimento) throws java.lang.Exception
messageInstance
- the message instancemotivo
- the motivoprovvedimento
- the provvedimento
java.lang.Exception
- the exceptionjava.util.Map<java.lang.String,java.lang.Object> getVariablesMapFromSegnatura(java.io.InputStream segnaturaXml, MessageBox.InteroperabilityType interoperabilityType) throws java.lang.Exception
segnaturaXml
- the segnatura xmlinteroperabilityType
- the interoperability type
java.lang.Exception
- the exceptionjava.util.Map<java.lang.String,java.lang.Object> getVariablesMapFromConfermaRicezione(java.io.InputStream confermaXml, MessageBox.InteroperabilityType interoperabilityType) throws java.lang.Exception
confermaXml
- the conferma xmlinteroperabilityType
- the interoperability type
java.lang.Exception
- the exceptionjava.util.Map<java.lang.String,java.lang.Object> getVariablesMapFromAnnullamento(java.io.InputStream annullamentoXml, MessageBox.InteroperabilityType interoperabilityType) throws java.lang.Exception
annullamentoXml
- the annullamento xmlinteroperabilityType
- the interoperability type
java.lang.Exception
- the exceptionjava.util.Map<java.lang.String,java.lang.Object> getVariablesMapFromNotificaEccezione(java.io.InputStream annullamentoXml, MessageBox.InteroperabilityType interoperabilityType) throws java.lang.Exception
annullamentoXml
- the annullamento xmlinteroperabilityType
- the interoperability type
java.lang.Exception
- the exceptionjava.lang.String getXmlType(it.neverworks.mail.helper.MessageHelper messageHelper) throws java.lang.Exception
messageHelper
- the message helper
java.lang.Exception
- the exceptionjava.lang.String getXmlType(java.util.Collection<java.io.File> attachments) throws java.lang.Exception
attachments
- the attachments
java.lang.Exception
- the exceptionjava.lang.String getXmlType(java.util.Vector<java.lang.String> attachments) throws java.lang.Exception
attachments
- the attachments
java.lang.Exception
- the exceptionMessageServiceInstance.XmlAutomationType getXmlAutomationType(java.lang.String xmlFileName)
xmlFileName
- the xml file name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |