|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.osci.messagetypes.OSCIMessage
public abstract class OSCIMessage
This is the abstract parent class for all OSCI message types. It offers the general field and common
processing for all messages.
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 | |
---|---|
static java.util.ResourceBundle |
text
ResourceBundle object, for translation into the local language. |
Constructor Summary | |
---|---|
OSCIMessage()
|
Method Summary | |
---|---|
org.w3._2005._08.addressing.AttributedURIType |
getAction()
Returns the addressing action of the OSCI message. |
java.util.ArrayList<com.sun.xml.ws.api.message.Header> |
getAdditionalHeaderList()
Returns the additional headers. |
com.sun.xml.ws.developer.WSBindingProvider |
getBindingProvider()
Returns the created binding provider |
org.w3._2005._08.addressing.AttributedURIType |
getMessageId()
Returns the addressing 'MessageID' attribute of the OSCI message. |
org.w3._2005._08.addressing.AttributedURIType |
getTo()
Returns the addressing 'To' attribute of the OSCI message. |
void |
setAction(org.w3._2005._08.addressing.AttributedURIType _action)
Sets the addressing 'Action' attribute. |
void |
setAdditionalHeaderList(java.util.ArrayList<com.sun.xml.ws.api.message.Header> _additionalHeaderList)
Adds a list of additional not specified headers. |
void |
setMessageId(org.w3._2005._08.addressing.AttributedURIType _messageId)
Sets the addressing 'MessageID' attribute. |
void |
setTo(org.w3._2005._08.addressing.AttributedURIType _to)
Sets the addressing 'To' attribute. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.ResourceBundle text
Constructor Detail |
---|
public OSCIMessage()
Method Detail |
---|
public com.sun.xml.ws.developer.WSBindingProvider getBindingProvider()
public org.w3._2005._08.addressing.AttributedURIType getAction()
public void setAction(org.w3._2005._08.addressing.AttributedURIType _action)
_action
- The action element that will be used.public org.w3._2005._08.addressing.AttributedURIType getTo()
public void setTo(org.w3._2005._08.addressing.AttributedURIType _to)
_to
- The 'To' element that will be used.public org.w3._2005._08.addressing.AttributedURIType getMessageId()
public void setMessageId(org.w3._2005._08.addressing.AttributedURIType _messageId)
_messageId
- That will by used for the message to send.public java.util.ArrayList<com.sun.xml.ws.api.message.Header> getAdditionalHeaderList()
public void setAdditionalHeaderList(java.util.ArrayList<com.sun.xml.ws.api.message.Header> _additionalHeaderList)
_additionalHeaderList
- List of soap headers.
|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |