Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage
-
Packages that use UserMessage Package Description network.oxalis.as4.outbound network.oxalis.as4.util org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 -
-
Uses of UserMessage in network.oxalis.as4.outbound
Methods in network.oxalis.as4.outbound that return UserMessage Modifier and Type Method Description UserMessageMessagingProvider. getUserMessage(network.oxalis.api.outbound.TransmissionRequest request, Collection<org.apache.cxf.message.Attachment> attachments) -
Uses of UserMessage in network.oxalis.as4.util
Methods in network.oxalis.as4.util that return UserMessage Modifier and Type Method Description static UserMessageSOAPHeaderParser. getUserMessage(javax.xml.soap.SOAPHeader header)Methods in network.oxalis.as4.util with parameters of type UserMessage Modifier and Type Method Description javax.xml.soap.SOAPMessageAs4MessageFactory. createReceiptMessage(UserMessage inUserMessage, ProsessingContext prosessingContext) -
Uses of UserMessage in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Fields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 declared as UserMessage Modifier and Type Field Description protected UserMessageUserMessage.Builder. _storedValueFields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type UserMessage Modifier and Type Field Description protected List<UserMessage>Messaging. userMessageMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type UserMessage Modifier and Type Method Description protected <_P extends UserMessage>
_PUserMessage.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return UserMessage Modifier and Type Method Description UserMessageUserMessage.Builder. build()UserMessageObjectFactory. createUserMessage()Create an instance ofUserMessageMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return types with arguments of type UserMessage Modifier and Type Method Description List<UserMessage>Messaging. getUserMessage()Gets the value of the userMessage property.Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type UserMessage Modifier and Type Method Description Messaging.Builder<_B>Messaging.Builder. addUserMessage(UserMessage... userMessage)Adds the given items to the value of "userMessage"static UserMessage.Builder<Void>UserMessage. copyExcept(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree)UserMessage.Builder<_B>UserMessage.Builder. copyOf(UserMessage _other)static <_B> UserMessage.Builder<_B>UserMessage. copyOf(UserMessage _other)static <_B> UserMessage.Builder<_B>UserMessage. copyOf(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static UserMessage.Builder<Void>UserMessage. copyOnly(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Messaging.Builder<_B>Messaging.Builder. withUserMessage(UserMessage... userMessage)Sets the new value of "userMessage" (any previous value will be replaced)Method parameters in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type arguments of type UserMessage Modifier and Type Method Description Messaging.Builder<_B>Messaging.Builder. addUserMessage(Iterable<? extends UserMessage> userMessage)Adds the given items to the value of "userMessage"Messaging.Builder<_B>Messaging.Builder. withUserMessage(Iterable<? extends UserMessage> userMessage)Sets the new value of "userMessage" (any previous value will be replaced)Constructors in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type UserMessage Constructor Description Builder(_B _parentBuilder, UserMessage _other, boolean _copy)Builder(_B _parentBuilder, UserMessage _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-