Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.SignalMessage
-
Packages that use SignalMessage Package Description network.oxalis.as4.util org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 -
-
Uses of SignalMessage in network.oxalis.as4.util
Methods in network.oxalis.as4.util with parameters of type SignalMessage Modifier and Type Method Description javax.xml.soap.SOAPMessageAs4MessageFactory. marshalSignalMessage(SignalMessage signalMessage) -
Uses of SignalMessage 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 SignalMessage Modifier and Type Field Description protected SignalMessageSignalMessage.Builder. _storedValueFields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type SignalMessage Modifier and Type Field Description protected List<SignalMessage>Messaging. signalMessageMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type SignalMessage Modifier and Type Method Description protected <_P extends SignalMessage>
_PSignalMessage.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return SignalMessage Modifier and Type Method Description SignalMessageSignalMessage.Builder. build()SignalMessageObjectFactory. createSignalMessage()Create an instance ofSignalMessageMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return types with arguments of type SignalMessage Modifier and Type Method Description List<SignalMessage>Messaging. getSignalMessage()Gets the value of the signalMessage property.Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type SignalMessage Modifier and Type Method Description Messaging.Builder<_B>Messaging.Builder. addSignalMessage(SignalMessage... signalMessage)Adds the given items to the value of "signalMessage"static SignalMessage.Builder<Void>SignalMessage. copyExcept(SignalMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree)SignalMessage.Builder<_B>SignalMessage.Builder. copyOf(SignalMessage _other)static <_B> SignalMessage.Builder<_B>SignalMessage. copyOf(SignalMessage _other)static <_B> SignalMessage.Builder<_B>SignalMessage. copyOf(SignalMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static SignalMessage.Builder<Void>SignalMessage. copyOnly(SignalMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Messaging.Builder<_B>Messaging.Builder. withSignalMessage(SignalMessage... signalMessage)Sets the new value of "signalMessage" (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 SignalMessage Modifier and Type Method Description Messaging.Builder<_B>Messaging.Builder. addSignalMessage(Iterable<? extends SignalMessage> signalMessage)Adds the given items to the value of "signalMessage"Messaging.Builder<_B>Messaging.Builder. withSignalMessage(Iterable<? extends SignalMessage> signalMessage)Sets the new value of "signalMessage" (any previous value will be replaced)Constructors in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type SignalMessage Constructor Description Builder(_B _parentBuilder, SignalMessage _other, boolean _copy)Builder(_B _parentBuilder, SignalMessage _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-