| Package | Description |
|---|---|
| com.helger.phase4.client |
| Modifier and Type | Method and Description |
|---|---|
AS4ClientUserMessage |
AS4ClientUserMessage.addAttachment(File aAttachment,
com.helger.commons.mime.IMimeType aMimeType,
EAS4CompressionMode eAS4CompressionMode)
Adds a file as attachment to the message.
|
AS4ClientUserMessage |
AS4ClientUserMessage.addAttachment(WSS4JAttachment aAttachment)
Adds a file as attachment to the message.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setAction(String sAction)
The element is a string identifying an operation or an activity within a
Service that may support several of these.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setAgreementRefValue(String sAgreementRefValue)
The AgreementRef element is a string that identifies the entity or artifact
governing the exchange of messages between the parties.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setConversationID(String sConversationID)
The element is a string identifying the set of related messages that make
up a conversation between Parties.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setFromPartyID(String sFromPartyID)
The PartyID is an ID that identifies the C2 over which the message gets
sent.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setFromPartyIDType(String sFromPartyIDType)
The PartyID is an ID that identifies the C2 over which the message gets
sent.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setFromRole(String sFromRole)
The value of the Role element is a non-empty string, with a default value
of
http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/defaultRole
. |
AS4ClientUserMessage |
AS4ClientUserMessage.setPayload(Node aPayload)
Sets the payload for a usermessage.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setPModeID(String sPModeID) |
AS4ClientUserMessage |
AS4ClientUserMessage.setPModeIDFactory(com.helger.commons.functional.IFunction<AS4ClientUserMessage,String> aPModeIDFactory) |
AS4ClientUserMessage |
AS4ClientUserMessage.setServiceType(String sServiceType)
It is a string identifying the service type of the service specified in
service value.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setServiceValue(String sServiceValue)
It is a string identifying the service that acts on the message 1639 and it
is specified by the designer of the service.
|
AS4ClientUserMessage |
AS4ClientUserMessage.setToPartyID(String sToPartyID)
* @see #setFromPartyID(String)
|
AS4ClientUserMessage |
AS4ClientUserMessage.setToPartyIDType(String sToPartyIDType)
* @see #setFromPartyIDType(String)
|
AS4ClientUserMessage |
AS4ClientUserMessage.setToRole(String sToRole) |
AS4ClientUserMessage |
AS4ClientUserMessage.setUseLeg1(boolean bUseLeg1)
DEFAULT is set to
true, if you want to use leg2 for the
message set false. |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.functional.IFunction<AS4ClientUserMessage,String> |
AS4ClientUserMessage.getPModeIDFactory() |
| Modifier and Type | Method and Description |
|---|---|
AS4ClientUserMessage |
AS4ClientUserMessage.setPModeIDFactory(com.helger.commons.functional.IFunction<AS4ClientUserMessage,String> aPModeIDFactory) |
Copyright © 2015–2020 Philip Helger. All rights reserved.