Uses of Class
com.helger.phase4.ebms3header.Ebms3Property
Packages that use Ebms3Property
Package
Description
-
Uses of Ebms3Property in com.helger.phase4.client
Methods in com.helger.phase4.client that return types with arguments of type Ebms3PropertyModifier and TypeMethodDescriptionfinal com.helger.commons.collection.impl.ICommonsList<Ebms3Property>AS4ClientUserMessage.ebms3Properties()With properties optional info can be added for the receiving party. -
Uses of Ebms3Property in com.helger.phase4.ebms3header
Methods in com.helger.phase4.ebms3header that return Ebms3PropertyModifier and TypeMethodDescriptionEbms3Property.clone()Created by ph-jaxb-plugin -Xph-cloneable2ObjectFactory.createEbms3Property()Create an instance ofEbms3PropertyEbms3MessageProperties.getPropertyAtIndex(int index) Created by ph-jaxb-plugin -Xph-list-extensionEbms3PartProperties.getPropertyAtIndex(int index) Created by ph-jaxb-plugin -Xph-list-extensionMethods in com.helger.phase4.ebms3header that return types with arguments of type Ebms3PropertyModifier and TypeMethodDescriptionEbms3MessageProperties.getProperty()Gets the value of the property property.Ebms3PartProperties.getProperty()Gets the value of the property property.Methods in com.helger.phase4.ebms3header with parameters of type Ebms3PropertyModifier and TypeMethodDescriptionvoidEbms3MessageProperties.addProperty(Ebms3Property elem) Created by ph-jaxb-plugin -Xph-list-extensionvoidEbms3PartProperties.addProperty(Ebms3Property elem) Created by ph-jaxb-plugin -Xph-list-extensionvoidEbms3Property.cloneTo(Ebms3Property ret) This method clones all values fromthisto the passed object.Method parameters in com.helger.phase4.ebms3header with type arguments of type Ebms3PropertyModifier and TypeMethodDescriptionvoidEbms3MessageProperties.setProperty(List<Ebms3Property> aList) Created by ph-jaxb-plugin -Xph-list-extensionvoidEbms3PartProperties.setProperty(List<Ebms3Property> aList) Created by ph-jaxb-plugin -Xph-list-extension -
Uses of Ebms3Property in com.helger.phase4.messaging.domain
Methods in com.helger.phase4.messaging.domain that return Ebms3PropertyModifier and TypeMethodDescriptionstatic Ebms3PropertyMessageHelperMethods.createEbms3Property(String sName, String sValue) static Ebms3PropertyMessageHelperMethods.createEbms3Property(String sName, String sType, String sValue) Method parameters in com.helger.phase4.messaging.domain with type arguments of type Ebms3PropertyModifier and TypeMethodDescriptionstatic Ebms3MessagePropertiesMessageHelperMethods.createEbms3MessageProperties(List<Ebms3Property> aEbms3Properties) -
Uses of Ebms3Property in com.helger.phase4.model
Methods in com.helger.phase4.model that return Ebms3PropertyMethods in com.helger.phase4.model with parameters of type Ebms3PropertyModifier and TypeMethodDescriptionstatic MessageProperty.BuilderMessageProperty.builder(Ebms3Property a) -
Uses of Ebms3Property in com.helger.phase4.sender
Methods in com.helger.phase4.sender with parameters of type Ebms3PropertyModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4UserMessageBuilder.addMessageProperty(Ebms3Property a) final IMPLTYPEAbstractAS4UserMessageBuilder.messageProperty(Ebms3Property a)