Package | Description |
---|---|
de.osci.osci12 |
Übergeordnetes package aller OSCI 1.2-spezifischen packages.
|
de.osci.osci12.common |
Beinhaltet allgemeine Klassen für die Handhabung der OSCI-Dialoge,
Exceptions und Konstantendefinitionen.
|
Modifier and Type | Method and Description |
---|---|
OSCIExceptionCodes.OSCIExceptionCodesI |
OSCIException.getErrorCodeObject()
Liefert den OSCI-Fehlercode, als enumuartion Objekt.
|
Constructor and Description |
---|
OSCIException(OSCIExceptionCodes.OSCIExceptionCodesI errorCodeobject)
Erzeugt ein OSCIException-Objekt mit einem erklärenden String und einem Fehlercode.
|
OSCIException(OSCIExceptionCodes.OSCIExceptionCodesI oscicode,
java.lang.String message)
Erzeugt ein SoapClientException-Objekt mit einem erklärenden String als Message und einem Fehlercode.
|
Modifier and Type | Class and Description |
---|---|
static class |
OSCIExceptionCodes.OSCIErrorCodes
Eine Liste von den Error (Neuner Fehlercodes) auf Auftragsebene
|
static class |
OSCIExceptionCodes.OSCIOkCodes
Definition der Positivmeldung.
|
static class |
OSCIExceptionCodes.OSCIWarnings
Eine Liste von den Warnungen (Dreier Fehlercodes) auf Auftragsebene
|
Constructor and Description |
---|
OSCIErrorException(OSCIExceptionCodes.OSCIExceptionCodesI errorCode)
Legt ein neues OSCIErrorException Objekt an.
|
OSCIErrorException(OSCIExceptionCodes.OSCIExceptionCodesI errorCode,
OSCIMessage message)
Legt ein neues OSCIErrorException Objekt an.
|
SoapClientException(OSCIExceptionCodes.OSCIExceptionCodesI oscicode)
Erzeugt ein SoapClientException-Objekt mit einem Fehlercode und erklärendem
String als Message.
|
SoapClientException(OSCIExceptionCodes.OSCIExceptionCodesI oscicode,
java.lang.String faultstring)
Erzeugt ein SoapClientException-Objekt mit einem erklärenden String als
Message und einem Fehlercode.
|
SoapServerException(OSCIExceptionCodes.OSCIExceptionCodesI oscicode,
java.lang.String faultstring)
Erzeugt ein SoapServerException-Objekt mit einem erklärenden String und
einem Fehlercode.
|
Copyright © 2017. All Rights Reserved.