Overview
Package
Class
Use
Tree
Deprecated
Index
Help
OSCI2-StarterKit
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
J
L
N
O
P
Q
R
S
T
U
V
X
A
addCompoundResult(CompoundResultType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Adds a certificate check result.
addRelatesTo(RelatesToType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets the addressing 'RelatesTo' attribute on the OSCI message.
AddressingHeaderTag
- Enum in
eu.osci
The addressing header tags.
addX509CertificateToTokenContainer(X509TokenContainerType, X509Certificate)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Adds a certificate to the given X509TokenContainer.
ANONYMOUS_ADDRESS
- Static variable in class eu.osci.
OSCIConstants
Addressing value for anonymous endpoints (replyTo).
ASYMMETRIC_CIPHER_ALGORITHM_RSA_1_5
- Static variable in class eu.osci.
OSCIConstants
Algorithm for asymmetric encryption RSAES-PKCS1-v1_5.
C
CHAR_ENCODING
- Static variable in class eu.osci.
OSCIConstants
Character encoding UTF-8.
createAddressingHeader(AddressingHeaderTag, Object)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Internal helper method to create addressing headers.
createAddressingHeader(HeaderList, AddressingHeaderTag)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
For internal usage only!
createAnonymousEndpointRef()
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an EndpointReference with default values.
createAttributedURI(String)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an AttributedURI element.
createDeliveryReceiptObject(OSCIRequest)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates a DeliveryReceipt object with the given OSCI message.
createDOMDocument()
- Static method in class eu.osci.helper.
XMLGeneralHelper
Creates a new DOM document.
createEndpointRef(String)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an EndpointReference with the given URI for the address.
createEndpointReferenceParameter(String, OSCIRequestAction)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an EndpointReference with the given URI for the address and the typeOfBusinessScenario.
createEndpointReferenceParameter(String, String)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an EndpointReference with the given URI for the address and the typeOfBusinessScenario.
createMetadata(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Creates a wsa:Metadata header out of the given header list.
createOSCIHeader(OSCIHeaderTag, Object)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Internal helper method to create SOAP headers.
createOSCIHeader(HeaderList, OSCIHeaderTag)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
For internal usage only!
createOSCIMsgTimeStamps(int)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an OSCI MsgTimeStamps object with the given parameter.
createOSCITokenContainer(List<X509Certificate>)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an OSCI X509TokenContainer with the given certificates.
createRandom()
- Static method in class eu.osci.helper.
CryptoTools
Creates a simple random value.
createReceptionReceiptDocument(HeaderList)
- Method in class eu.osci.messagetypes.
ReceptionReceipt
This method creates a ReceptionReceipt object with the given parameter out of the SOAP message (HeaderList).
createReceptionReceiptDocument(OSCIRequest)
- Method in class eu.osci.messagetypes.
ReceptionReceipt
This method creates a ReceptionReceipt object with the given parameter out of the OSCI message.
createReceptionReceiptObject(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates a DeliveryReceiptType object with the given parameter out of the SOAP message (HeaderList).
createReceptionReceiptObject(HeaderList)
- Static method in class eu.osci.messagetypes.
ReceptionReceipt
This method creates a ReceptionReceipt object with the given parameter out of the SOAP message (HeaderList).
createReceptionReceiptObject(OSCIRequest)
- Static method in class eu.osci.messagetypes.
ReceptionReceipt
This method creates a ReceptionReceipt object with the given OSCI message.
createRelatesTo(String)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an addressing 'RelatesTo' object.
createUUID()
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Internal method to create a UUID (for example the messageID).
createXKMSHeader(QName, Object)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Internal helper method to create XKMS headers.
createXMLGregorianCalendar(Date)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates an XMLGregorianCalendar with the given date object.
createXMLGregorianCalendar(int)
- Static method in class eu.osci.messageparts.
OSCIFragmentCreator
Creates a XMLGregorianCalendar with the date/time from now plus the given days.
CryptoTools
- Class in
eu.osci.helper
This is a helper class to load key stores or certificates.
CryptoTools()
- Constructor for class eu.osci.helper.
CryptoTools
D
DIGEST_ALGORITHM_RIPEMD160
- Static variable in class eu.osci.
OSCIConstants
Algorithm for hash value creation, constant for RIPEMD160.
DIGEST_ALGORITHM_SHA1
- Static variable in class eu.osci.
OSCIConstants
Algorithm for hash value creation, constant for SHA1.
DIGEST_ALGORITHM_SHA256
- Static variable in class eu.osci.
OSCIConstants
Algorithm for hash value creation, constant for SHA256.
DIGEST_ALGORITHM_SHA512
- Static variable in class eu.osci.
OSCIConstants
Algorithm for hash value creation, constant for SHA512.
dumpDomNode(Node)
- Static method in class eu.osci.helper.
XMLGeneralHelper
Returns an OutputStream including the serialised DOM node.
dumpDomNode(Node, OutputStream)
- Static method in class eu.osci.helper.
XMLGeneralHelper
Writes the DOM node to the given OutputStream.
E
EndpointLocator
- Class in
eu.osci.helper
This class helps to find the right service and port for the communication.
EndpointLocator(InputStream)
- Constructor for class eu.osci.helper.
EndpointLocator
Constructor with given InputStream to parse a WSDL.
EndpointLocator(URL)
- Constructor for class eu.osci.helper.
EndpointLocator
Constructor with given URL to parse a WSDL.
EndpointLocator(File)
- Constructor for class eu.osci.helper.
EndpointLocator
Constructor with a given File to parse a WSDL.
ErrorTextTranslation
- Enum in
eu.osci
This class represents the constants class for error codes.
eu.osci
- package eu.osci
Constants and error codes.
eu.osci.helper
- package eu.osci.helper
Helper classes that include calling and evaluating a WSDL.
eu.osci.messageparts
- package eu.osci.messageparts
Creation and evaluation of message parts.
eu.osci.messagetypes
- package eu.osci.messagetypes
Structure of valid OSCI 2 messages.
G
getAction()
- Method in class eu.osci.messagetypes.
OSCIMessage
Returns the addressing action of the OSCI message.
getAdditionalHeaderList()
- Method in class eu.osci.messagetypes.
OSCIMessage
Returns the additional headers.
getAddressingJaxBContext()
- Static method in class eu.osci.messageparts.
JaxbContextHolder
Internal method to get the JAXB context to marshal and unmarshal addressing objects.
getAddressingRelatesTo(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the addressing 'RelatesTo' element out of the given header list.
getAttributedURI()
- Method in enum eu.osci.
OSCIRequestAction
getCause()
- Method in exception eu.osci.
OSCIException
getCode()
- Method in exception eu.osci.
OSCIException
getCode()
- Method in enum eu.osci.
OSCIFault
Returns the code of the OSCI SOAP fault.
getCompoundResult()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns a List of the check results of the certificate checks.
getCompoundResult()
- Method in class eu.osci.messagetypes.
OSCIResponse
Returns a List of the check results of the certificate checks.
getCompoundResultType(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the XKMS 'CompoundResult' element out of the given header list.
getConstant()
- Method in enum eu.osci.
ErrorTextTranslation
getContent(OutputStream)
- Method in class eu.osci.messagetypes.
OSCIResponse
The payload of the received OSCI SOAP message.
getDeliveryReceipt()
- Method in class eu.osci.messagetypes.
OSCIResponse
Returns the OSCI DeliveryReceiptDemand header.
getDeliveryReceiptDemand()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the OSCI DeliveryReceiptDemand header.
getDocumentFromLetterStyle(LetterStyleMessageType)
- Static method in class eu.osci.helper.
LetterStyleHelper
Creates a DOM document including the given LetterStyleMessageType object.
getFaultTo()
- Method in class eu.osci.messagetypes.
OSCIRequestParent
Returns the addressing 'FaultTo' field.
getFetchedNotificationDemand()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the FetchedNotificationDemand if existing.
getFetchIteratorID()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchResponse
Returns the id that was generated by the server for the search parameter of the request message.
getFetchIteratorID()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListResponse
Returns the id that was generated by the server for the search parameter of the request message.
getFetchIteratorID()
- Method in class eu.osci.messagetypes.
OSCIRequestParent
Returns the fetchIteratorID in case of OSCI fetch messages.
getFrom()
- Method in class eu.osci.messagetypes.
OSCIRequestParent
Returns the addressing 'From' field.
getItemsPending()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchResponse
Returns the count of the next available messages.
getItemsPending()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListResponse
Returns the count of the next available messages.
getLetterStyle(String, String)
- Static method in class eu.osci.helper.
LetterStyleHelper
Creates a simple LetterStyle structure with the given parameter.
getLetterStyleJaxBContext()
- Static method in class eu.osci.messageparts.
JaxbContextHolder
Internal method to get the JAXB context to marshal and unmarshal LetterStyle objects.
getLocalizedMessage()
- Method in exception eu.osci.
OSCIException
Returns the localised exception message in the set national language.
getMessageId()
- Method in class eu.osci.messagetypes.
OSCIMessage
Returns the addressing 'MessageID' attribute of the OSCI message.
getMetaData()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Returns the set MetaDataType of the incoming message.
getMetaData()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the set MetaDataType of the incoming message.
getMsgBoxGetNextRequestType()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxGetNextRequest
Returns the created or set MsgBoxGetNextRequest for further processing.
getMsgBoxRequest()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
For internal usage only!
getMsgBoxResponse()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchResponse
Returns the metadata for the selection.
getMsgBoxResponseType(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the OSCI 'MsgBoxResponse' element out of the given header list.
getMsgBoxResponseType()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListResponse
Returns the OSCI MsgBoxRepsonse object with additional information about the fetched list (ItemsPending, fetchIteratorID, NoMessageFound)
getMsgBoxStatusListRequestType()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Returns the created selections for the request.
getMsgStatusList()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListResponse
The fetched information with all the associated elements (or the limited count).
getMsgStatusListType(Message)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the OSCI 'MsgStatusList' element out of the given SOAP message.
getMsgTimeStamps()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the set MsgTimeStampsType or the MsgTimeStampsType of the incoming message in case of synchronous messages.
getObsoleteAfter()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the date of the configured expire time of the OSCI message.
getOSCIJaxBContext()
- Static method in class eu.osci.messageparts.
JaxbContextHolder
Internal method to get the JAXB context to marshal and unmarshal OSCI objects.
getPortForTypeOfBusinessScenario(String)
- Method in class eu.osci.helper.
EndpointLocator
Finds the QName of the port that includes the associated TypeOfBusinessScenario.
getPortList()
- Method in class eu.osci.helper.
EndpointLocator
Returns all port names of the registered WSDL file.
getPortName()
- Method in class eu.osci.helper.
EndpointLocator
Returns the used port name.
getPrivateKey(KeyStore, char[])
- Static method in class eu.osci.helper.
CryptoTools
getQName()
- Method in enum eu.osci.
AddressingHeaderTag
Returns the property value.
getReason()
- Method in exception eu.osci.
OSCIException
getReason()
- Method in enum eu.osci.
OSCIFault
Returns the detailed reason of the OSCI SOAP fault.
getReceiptDemand(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the OSCI 'ReceptionReceiptDemand' element out of the given header list.
getReceiveMessage()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchResponse
Returns the created fetched OSCI message.
getReceiveMessageAsSoapMessage()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchResponse
Returns the whole OSCI message of associated request message.
getReceiveMessageStream(OutputStream)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchResponse
Returns the whole OSCI message of associated request message.
getReceptionReceiptDemand()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the set ReceptionReceiptDemand header element.
getReceptionReceiptDemand()
- Method in class eu.osci.messagetypes.
OSCIResponse
Returns the set ReceptionReceiptDemand header element.
getRelatesTo()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the set addressing 'RelatesTo' attribute.
getRelatesTo()
- Method in class eu.osci.messagetypes.
OSCIResponse
Returns the set addressing 'RelatesTo' attribute.
getReplyTo()
- Method in class eu.osci.messagetypes.
OSCIRequestParent
Returns the addressing 'ReplyTo' field.
getReplyTo()
- Method in class eu.osci.messagetypes.
OSCIResponse
Returns the addressing 'ReplyTo' field.
getRequestSecurityTokenResponseCollection(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the OSCI 'RequestSecurityTokenResponseCollection' element out of the given header list.
getRequestSecurityTokenResponseCollectionType()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the OneTimeTokens for the receipts.
getServiceForTypeOfBusinessScenario(String)
- Method in class eu.osci.helper.
EndpointLocator
Finds the QName of the service that includes the associated TypeOfBusinessScenario.
getServiceList()
- Method in class eu.osci.helper.
EndpointLocator
Returns all service names of the registered WSDL file.
getStreamFromLetterStyle(LetterStyleMessageType, OutputStream)
- Static method in class eu.osci.helper.
LetterStyleHelper
Writes the LetterStyleMessageType JAXB object to the given OutputStream.
getSubcode()
- Method in exception eu.osci.
OSCIException
getSubcode()
- Method in enum eu.osci.
OSCIFault
Returns the subcode of the OSCI SOAP fault.
getTo()
- Method in class eu.osci.messagetypes.
OSCIMessage
Returns the addressing 'To' attribute of the OSCI message.
getTrustJaxBContext()
- Static method in class eu.osci.messageparts.
JaxbContextHolder
Internal method to get the JAXB context to marshal and unmarshal WS-Trust objects.
getTypeOfBusinessScenario()
- Method in class eu.osci.helper.
EndpointLocator
Returns the registered TypeOfBusinessScenario name.
getTypeOfBusinessScenario(EndpointReferenceType)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the TypeOfBusinessConnector string out of the given EndpointReference.
getTypeOfBusinessScenario()
- Method in class eu.osci.messagetypes.
OSCIRequestParent
Returns the OSCI 'TypeOfBusinessScenario'.
getTypeOfBusinessScenarioList()
- Method in class eu.osci.helper.
EndpointLocator
Returns all TypeOfBusinessScenario names of the registered WSDL file.
getValue()
- Method in enum eu.osci.
OSCIHeaderTag
getValue()
- Method in enum eu.osci.
OSCIRequestAction
getWsdlFile()
- Method in class eu.osci.helper.
EndpointLocator
Returns the URL of the registered WSDL file.
getX509Certificate(KeyStore)
- Static method in class eu.osci.helper.
CryptoTools
getX509Container(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the OSCI 'X509TokenContainer' element out of the given header list.
getX509TokenContainer(HeaderList)
- Static method in class eu.osci.messageparts.
OSCIFragmentParser
Returns the OSCI 'X509TokenContainer' element out of the given header list.
getX509TokenContainer()
- Method in class eu.osci.messagetypes.
OSCIRequest
Returns the OSCI 'X509TokenContainer' including the certificates to check on the transfer way.
getX509TokenContainer()
- Method in class eu.osci.messagetypes.
OSCIResponse
Returns the OSCI 'X509TokenContainer' including the certificates to check on the transfer way.
getXKMSJaxBContext()
- Static method in class eu.osci.messageparts.
JaxbContextHolder
Internal method to get the JAXBContext to marshal and unmarshal XKMS objects.
J
JaxbContextHolder
- Class in
eu.osci.messageparts
Class to get JAXB context in the OSCI environment.
JaxbContextHolder()
- Constructor for class eu.osci.messageparts.
JaxbContextHolder
JCA_JCE_MAP
- Static variable in class eu.osci.
OSCIConstants
Hashtable with the required JCA/JCE identifiers.
L
LetterStyleHelper
- Class in
eu.osci.helper
Helper class for LetterSytle creation.
LetterStyleHelper()
- Constructor for class eu.osci.helper.
LetterStyleHelper
loadCertificate(InputStream)
- Static method in class eu.osci.helper.
CryptoTools
Loads an X509Certificate object out of a given InputStream.
loadPKCS12(InputStream, char[])
- Static method in class eu.osci.helper.
CryptoTools
N
NAMESPACE_ADDRESSING
- Static variable in class eu.osci.
OSCIConstants
The namespace for the addressing elements.
NAMESPACE_OSCI20
- Static variable in class eu.osci.
OSCIConstants
The namespace of OSCI 2.
NAMESPACE_XKMS
- Static variable in class eu.osci.
OSCIConstants
The namespace for XKMS.
noMessageFoundForSelection()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchResponse
Returns true if there are no messages found for the selection.
noMessageFoundForSelection()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListResponse
Returns true if there are no messages found for the selection.
O
OSCIConstants
- Class in
eu.osci
The class for constants in the OSCI 2 context.
OSCIConstants()
- Constructor for class eu.osci.
OSCIConstants
OSCIException
- Exception in
eu.osci
This class describes all exceptions owned by the OSCI2-StarterKit.
OSCIException(OSCIFault, String, Throwable)
- Constructor for exception eu.osci.
OSCIException
Creates an OSCIException object with the given parameters.
OSCIException(OSCIFault, Throwable)
- Constructor for exception eu.osci.
OSCIException
Creates an OSCIException object with the given parameters.
OSCIException(String, String, String, SOAPFaultException)
- Constructor for exception eu.osci.
OSCIException
Creates an OSCIException object with the given parameters.
OSCIFault
- Enum in
eu.osci
This class represents the defined SOAP faults in the OSCI 2 context.
OSCIFragmentCreator
- Class in
eu.osci.messageparts
Helper class to create parts of an OSCI message.
OSCIFragmentCreator()
- Constructor for class eu.osci.messageparts.
OSCIFragmentCreator
OSCIFragmentParser
- Class in
eu.osci.messageparts
Internal class for parsing the incoming OSCI message.
OSCIFragmentParser()
- Constructor for class eu.osci.messageparts.
OSCIFragmentParser
OSCIHeaderTag
- Enum in
eu.osci
The OSCI header tags.
OSCIMessage
- Class in
eu.osci.messagetypes
This is the abstract parent class for all OSCI message types.
OSCIMessage()
- Constructor for class eu.osci.messagetypes.
OSCIMessage
OSCIMsgBoxCloseRequest
- Class in
eu.osci.messagetypes
This class represents the OSCIMsgBoxCloseRequest message out of the specification.
OSCIMsgBoxCloseRequest(OSCIRequestParent)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxCloseRequest
This constructor is normally used by the client.
OSCIMsgBoxFetchRequest
- Class in
eu.osci.messagetypes
This class represents the OSCIMsgBoxFetchRequest message out of the specification.
OSCIMsgBoxFetchRequest(URL, QName, QName, WebServiceFeature...)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Constructor with the necessary parameters.
OSCIMsgBoxFetchRequest(OSCIRequestParent)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
This constructor is normally used by the client.
OSCIMsgBoxFetchRequest(EndpointLocator, WebServiceFeature...)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Constructor for endpointLocator parameter with all necessary information.
OSCIMsgBoxFetchResponse
- Class in
eu.osci.messagetypes
This class will be returned if the client sends a MsgBoxFetchRequest.
OSCIMsgBoxFetchResponse(Message)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxFetchResponse
This constructor will be used to parse the incoming SOAP header elements.
OSCIMsgBoxGetNextRequest
- Class in
eu.osci.messagetypes
The OSCIMsgBoxGetNextRequest will be used to get the next result set from a previous MsgBoxFetch or MsgBoxStatusList request.
OSCIMsgBoxGetNextRequest(OSCIRequestParent)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxGetNextRequest
This constructor is normally used by the client.
OSCIMsgBoxStatusListRequest
- Class in
eu.osci.messagetypes
This class gets the status list of OSCI messages from the requested OSCI message box.
OSCIMsgBoxStatusListRequest(URL, QName, QName, WebServiceFeature...)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Constructor with the necessary parameters.
OSCIMsgBoxStatusListRequest(OSCIRequestParent)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
This constructor is normally used by the client.
OSCIMsgBoxStatusListRequest(EndpointLocator, WebServiceFeature...)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Constructor for endpointLocator parameter with all necessary information.
OSCIMsgBoxStatusListResponse
- Class in
eu.osci.messagetypes
This class will be returned if the client sends a MsgBoxStatusListRequest.
OSCIMsgBoxStatusListResponse(Message)
- Constructor for class eu.osci.messagetypes.
OSCIMsgBoxStatusListResponse
This constructor will be used to parse the incoming SOAP header and the body element.
OSCIRequest
- Class in
eu.osci.messagetypes
This class represents the OSCIRequest message.
OSCIRequest(OSCIRequestParent)
- Constructor for class eu.osci.messagetypes.
OSCIRequest
The constructor should be used in case of multiple OSCI messages.
OSCIRequest(EndpointLocator, WebServiceFeature...)
- Constructor for class eu.osci.messagetypes.
OSCIRequest
Constructor for endpointLocator parameter with all necessary information.
OSCIRequest(URL, QName, QName, WebServiceFeature...)
- Constructor for class eu.osci.messagetypes.
OSCIRequest
Constructor with the necessary parameters.
OSCIRequestAction
- Enum in
eu.osci
The class for addressing action constants in the OSCI 2 context.
OSCIRequestParent
- Class in
eu.osci.messagetypes
This is the parent class for all OSCIRequest messages.
OSCIResponse
- Class in
eu.osci.messagetypes
This class represents the response of an OSCIRequest.
OSCIResponse()
- Constructor for class eu.osci.messagetypes.
OSCIResponse
Internal message.
OSCIResponse(Message)
- Constructor for class eu.osci.messagetypes.
OSCIResponse
This constructor will be used to parse the incoming SOAP header and the body element.
P
prepareSendMessage()
- Method in class eu.osci.messagetypes.
OSCIResponse
Internal method for preparing the sent SOAP message.
Q
QNAME_COMPOUND_RESULT
- Static variable in class eu.osci.
OSCIConstants
The QName for the XKMS 'CompoundResult' element.
QNAME_LETTER_STYLE
- Static variable in class eu.osci.helper.
LetterStyleHelper
Now we have to define the URI for the LetterStyle.
QNAME_RSTR_COLLECTION
- Static variable in class eu.osci.
OSCIConstants
The QName for WS-Trust 'RequestSecurityTokenResponseCollection' element.
R
ReceptionReceipt
- Class in
eu.osci.messagetypes
Class to create and send ReceptionReceipt messages.
ReceptionReceipt(EndpointLocator, WebServiceFeature...)
- Constructor for class eu.osci.messagetypes.
ReceptionReceipt
Constructor for a ReceptionReceipt with an endpointLocator parameter and all necessary information.
ReceptionReceipt(URL, QName, QName, WebServiceFeature...)
- Constructor for class eu.osci.messagetypes.
ReceptionReceipt
Constructor with the necessary parameters.
RECIPIENT_ISSUER_ROLE_MSGBOX
- Static variable in class eu.osci.
OSCIConstants
This is the one possible value for the attribute ReceiptIssuerRole from the element RecipientInfo.
RECIPIENT_ISSUER_ROLE_RECIPIENT
- Static variable in class eu.osci.
OSCIConstants
This is the one possible value for the attribute ReceiptIssuerRole from the element RecipientInfo.
S
sendFetchRequest(String...)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxGetNextRequest
Sends the request to present server.
sendMessage(InputStream)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sends the configured OSCI message with the given stream.
sendMessage()
- Method in class eu.osci.messagetypes.
ReceptionReceipt
Sends the configured OSCI message with the underlying DOM document.
sendRequest(String...)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxCloseRequest
This method will send the request to the present server.
sendRequest()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Sends the request to present server.
sendRequest()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Sends the request to present server.
sendStatusListRequest()
- Method in class eu.osci.messagetypes.
OSCIMsgBoxGetNextRequest
Sends the request to present server.
setAction(AttributedURIType)
- Method in class eu.osci.messagetypes.
OSCIMessage
Sets the addressing 'Action' attribute.
setAdditionalHeaderList(ArrayList<Header>)
- Method in class eu.osci.messagetypes.
OSCIMessage
Adds a list of additional not specified headers.
setCompoundResult(List<CompoundResultType>)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets a List of XKMS check results on the OSCI message.
setCompoundResult(List<CompoundResultType>)
- Method in class eu.osci.messagetypes.
OSCIResponse
Sets a List of XKMS check results on the OSCI message.
setDeliveryReceipt(String, EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIResponse
This method can be used to create a DeliveryReceiptType.
setDeliveryReceipt(DeliveryReceiptType)
- Method in class eu.osci.messagetypes.
OSCIResponse
Sets the given OSCI ReceptionReceipt element as SOAP header.
setDeliveryReceiptDemand(DeliveryReceiptDemandType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets the given OSCI DeliveryReceiptDemand to make a request for a DeliveryReceipt.
setDeliveryReceiptDemand(boolean, boolean, String)
- Method in class eu.osci.messagetypes.
OSCIRequest
Adds a DeliveryReceiptDemand OSCI header with the given parameter to the OSCI message.
setDeliveryReceiptDemand()
- Method in class eu.osci.messagetypes.
OSCIRequest
Adds a DeliveryReceiptDemand OSCI header with default parameter to the OSCI message.
setFaultTo(EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIRequestParent
Sets the addressing 'FaultTo' attribute.
setFetchedNotificationDemand(FetchedNotificationDemandType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets the given OSCI FetchedNotificationDemand element as SOAP header.
setFetchedNotificationDemand(String)
- Method in class eu.osci.messagetypes.
OSCIRequest
Adds a FetchedNotificationDemand OSCI header with the given parameter to the OSCI message.
setFetchedNotificationDemand(String, OSCIRequestAction)
- Method in class eu.osci.messagetypes.
OSCIRequest
Adds a FetchedNotificationDemand OSCI header with the given parameter to the OSCI message.
setFrom(EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIRequestParent
Sets the addressing 'From' attribute.
setMessageId(AttributedURIType)
- Method in class eu.osci.messagetypes.
OSCIMessage
Sets the addressing 'MessageID' attribute.
setMsgBoxGetNextRequestType(MsgBoxGetNextRequestType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxGetNextRequest
Sets the MsgBoxGetNextRequest object.
setMsgBoxRequest(MsgBoxRequestType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
This method could be used if there is no setSelection* method that can be used.
setMsgBoxStatusListRequestType(MsgBoxStatusListRequestType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Please use the setSelection* methods to configure the fetch status list request.
setMsgTimeStamps(MsgTimeStampsType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets the given MsgTimeStampsType object as part of the outgoing OSCI message.
setObsoleteAfter(Date)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets the date of the expire time of the OSCI message that will be send.
setReceptionReceiptDemand(ReceptionReceiptDemandType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Better use the method
OSCIRequest.setReceptionReceiptDemand(boolean, boolean, String)
to set a ReceptionReceiptDemand header.
setReceptionReceiptDemand(boolean, boolean, String)
- Method in class eu.osci.messagetypes.
OSCIRequest
Adds a ReceptionReceiptDemand OSCI header with the given parameter to the OSCI message.
setReceptionReceiptDemand(boolean, boolean, String)
- Method in class eu.osci.messagetypes.
OSCIResponse
Adds a ReceptionReceiptDemand OSCI header with the given parameter to the OSCI message.
setRelatesTo(RelatesToType)
- Method in class eu.osci.messagetypes.
OSCIResponse
Sets the addressing 'RelatesTo' attribute on the OSCI message including a previous messageId.
setReplyTo(EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Sets the addressing 'ReplyTo' attribute on the OSCI message.
setReplyTo(EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxGetNextRequest
Sets the addressing 'ReplyTo' attribute on the OSCI message.
setReplyTo(EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Sets the addressing 'ReplyTo' attribute on the OSCI message.
setReplyTo(EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets the addressing 'ReplyTo' attribute on the OSCI message.
setReplyTo(EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIResponse
Sets the addressing 'ReplyTo' attribute on the OSCI message.
setRequestSecurityTokenResponseCollectionType(RequestSecurityTokenResponseCollectionType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets the OneTimeTokens for the receipts.
setSelectionAll(boolean, EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Selects OSCI messages from the configured endpoint.
setSelectionAll(boolean, EndpointReferenceType, int)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Selects a list of OSCI status lists for the given endpoint.
setSelectionByDate(Date, Date, boolean, EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Selects the OSCI messages from the given endpoint by using the creation time of the stored messages.
setSelectionByDate(Date, Date, boolean, EndpointReferenceType, int)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Selects a list of OSCI status lists for the given endpoint by using the creation time of the stored messages.
setSelectionByMessageId(String[], EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Selects the message by giving the messageId directly.
setSelectionByMessageId(String[], EndpointReferenceType, int)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Selects a list of OSCI status lists for the given endpoint by using the the given messageIds of the stored messages.
setSelectionByRelatesTo(String[], EndpointReferenceType)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxFetchRequest
Selects OSCI messages by using the addressing 'RelatesTo' attribute.
setSelectionByRelatesTo(String[], EndpointReferenceType, int)
- Method in class eu.osci.messagetypes.
OSCIMsgBoxStatusListRequest
Selects a list of OSCI status lists for the given endpoint by using addressing 'RelatesTo' element.
setTo(AttributedURIType)
- Method in class eu.osci.messagetypes.
OSCIMessage
Sets the addressing 'To' attribute.
setTypeOfBusinessScenario(String)
- Method in class eu.osci.messagetypes.
OSCIRequestParent
Sets the OSCI 'TypeOfBusinessScenario' attribute.
setX509TokenContainer(X509TokenContainerType)
- Method in class eu.osci.messagetypes.
OSCIRequest
Sets the certificates that will be checked on the transfer way.
setX509TokenContainer(X509TokenContainerType)
- Method in class eu.osci.messagetypes.
OSCIResponse
Sets the certificates that will be checked on the transfer way.
SIGNATURE_ALGORITHM_RSA_RIPEMD160
- Static variable in class eu.osci.
OSCIConstants
Algorithm for signature creation, constant for RIPEMD160withRSA.
SIGNATURE_ALGORITHM_RSA_SHA1
- Static variable in class eu.osci.
OSCIConstants
Algorithm for signature creation, constant for SHA1withRSA.
SIGNATURE_ALGORITHM_RSA_SHA256
- Static variable in class eu.osci.
OSCIConstants
Algorithm for signature creation, constant for SHA256withRSA.
SIGNATURE_ALGORITHM_RSA_SHA512
- Static variable in class eu.osci.
OSCIConstants
Algorithm for signature creation, constant for SHA512withRSA.
SYMMETRIC_CIPHER_ALGORITHM_AES128
- Static variable in class eu.osci.
OSCIConstants
Algorithm for symmetric encryption AES-128.
SYMMETRIC_CIPHER_ALGORITHM_AES192
- Static variable in class eu.osci.
OSCIConstants
Algorithm for symmetric encryption AES-192.
SYMMETRIC_CIPHER_ALGORITHM_AES256
- Static variable in class eu.osci.
OSCIConstants
Algorithm for symmetric encryption AES-256.
SYMMETRIC_CIPHER_ALGORITHM_TDES_CBC
- Static variable in class eu.osci.
OSCIConstants
Algorithm for symmetric encryption Two-Key-Triple-DES (CBC-Mode).
T
text
- Static variable in class eu.osci.messagetypes.
OSCIMessage
ResourceBundle object, for translation into the local language.
toString()
- Method in exception eu.osci.
OSCIException
TRANSFORM_CANONICALIZATION
- Static variable in class eu.osci.
OSCIConstants
Canonicalisation
TYPE_OF_BUS_CON_NOTIFICATION
- Static variable in class eu.osci.
OSCIConstants
U
usePort(String)
- Method in class eu.osci.helper.
EndpointLocator
Sets the given port name as selected.
useTypeOfBusinessScenario(String)
- Method in class eu.osci.helper.
EndpointLocator
Sets the given TypeOfBusinessScenario name as selected.
V
valueOf(String)
- Static method in enum eu.osci.
AddressingHeaderTag
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum eu.osci.
ErrorTextTranslation
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum eu.osci.
OSCIFault
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum eu.osci.
OSCIHeaderTag
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum eu.osci.
OSCIRequestAction
Returns the enum constant of this type with the specified name.
valueOfAction(String)
- Static method in enum eu.osci.
OSCIRequestAction
values()
- Static method in enum eu.osci.
AddressingHeaderTag
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum eu.osci.
ErrorTextTranslation
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum eu.osci.
OSCIFault
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum eu.osci.
OSCIHeaderTag
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum eu.osci.
OSCIRequestAction
Returns an array containing the constants of this enum type, in the order they are declared.
X
XMLGeneralHelper
- Class in
eu.osci.helper
Helper class for XML creation and handling.
XMLGeneralHelper()
- Constructor for class eu.osci.helper.
XMLGeneralHelper
A
C
D
E
G
J
L
N
O
P
Q
R
S
T
U
V
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
OSCI2-StarterKit
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010 Freie Hansestadt Bremen.