|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.osci.messagetypes.OSCIMessage
eu.osci.messagetypes.OSCIRequestParent
public abstract class OSCIRequestParent
This is the parent class for all OSCIRequest messages. All common fields with setters and getters and the
common methods for preparing and interpreting the SOAP message are offered.
Copyright © 2010 Freie Hansestadt Bremen.
Created by bremen online services Entwicklungs- und Betriebsgesellschaft mbH & Co. KG.
This library (Starter Kit) can be used by anybody according to the Bremer Lizenz für freie
Softwarebibliotheken. The license terms can be viewed at www.osci.de or can be ordered at the
OSCI-Leitstelle (Die Senatorin für Finanzen, Freie Hansestadt Bremen, Postfach 10 15 40, 28015 Bremen).
Field Summary |
---|
Fields inherited from class eu.osci.messagetypes.OSCIMessage |
---|
text |
Method Summary | |
---|---|
org.w3._2005._08.addressing.EndpointReferenceType |
getFaultTo()
Returns the addressing 'FaultTo' field. |
java.lang.String |
getFetchIteratorID()
Returns the fetchIteratorID in case of OSCI fetch messages. |
org.w3._2005._08.addressing.EndpointReferenceType |
getFrom()
Returns the addressing 'From' field. |
org.w3._2005._08.addressing.EndpointReferenceType |
getReplyTo()
Returns the addressing 'ReplyTo' field. |
java.lang.String |
getTypeOfBusinessScenario()
Returns the OSCI 'TypeOfBusinessScenario'. |
void |
setFaultTo(org.w3._2005._08.addressing.EndpointReferenceType _faultTo)
Sets the addressing 'FaultTo' attribute. |
void |
setFrom(org.w3._2005._08.addressing.EndpointReferenceType _from)
Sets the addressing 'From' attribute. |
void |
setTypeOfBusinessScenario(java.lang.String typeOfBusinessScenario)
Sets the OSCI 'TypeOfBusinessScenario' attribute. |
Methods inherited from class eu.osci.messagetypes.OSCIMessage |
---|
getAction, getAdditionalHeaderList, getBindingProvider, getMessageId, getTo, setAction, setAdditionalHeaderList, setMessageId, setTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getTypeOfBusinessScenario()
public void setTypeOfBusinessScenario(java.lang.String typeOfBusinessScenario)
typeOfBusinessScenario
- The 'TypeOfBusinessScenario' element that will be used.public org.w3._2005._08.addressing.EndpointReferenceType getFrom()
public void setFrom(org.w3._2005._08.addressing.EndpointReferenceType _from)
_from
- The 'From' element that will be used.public java.lang.String getFetchIteratorID()
public org.w3._2005._08.addressing.EndpointReferenceType getReplyTo()
public org.w3._2005._08.addressing.EndpointReferenceType getFaultTo()
public void setFaultTo(org.w3._2005._08.addressing.EndpointReferenceType _faultTo)
_faultTo
- The 'FaultTo' element that will be used.
|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |