Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.CollaborationInfo
-
Packages that use CollaborationInfo Package Description network.oxalis.as4.outbound network.oxalis.as4.util org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 -
-
Uses of CollaborationInfo in network.oxalis.as4.outbound
Methods in network.oxalis.as4.outbound that return CollaborationInfo Modifier and Type Method Description CollaborationInfoMessagingProvider. createCollaborationInfo(network.oxalis.api.outbound.TransmissionRequest request) -
Uses of CollaborationInfo in network.oxalis.as4.util
Methods in network.oxalis.as4.util with parameters of type CollaborationInfo Modifier and Type Method Description org.apache.neethi.PolicyPolicyService. getPolicy(CollaborationInfo collaborationInfo)org.apache.neethi.PolicyPolicyService. getPolicy(CollaborationInfo collaborationInfo, org.apache.cxf.Bus bus) -
Uses of CollaborationInfo 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 CollaborationInfo Modifier and Type Field Description protected CollaborationInfoCollaborationInfo.Builder. _storedValueprotected CollaborationInfoUserMessage. collaborationInfoMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type CollaborationInfo Modifier and Type Method Description protected <_P extends CollaborationInfo>
_PCollaborationInfo.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return CollaborationInfo Modifier and Type Method Description CollaborationInfoCollaborationInfo.Builder. build()CollaborationInfoObjectFactory. createCollaborationInfo()Create an instance ofCollaborationInfoCollaborationInfoUserMessage. getCollaborationInfo()Gets the value of the collaborationInfo property.Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type CollaborationInfo Modifier and Type Method Description static CollaborationInfo.Builder<Void>CollaborationInfo. copyExcept(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)CollaborationInfo.Builder<_B>CollaborationInfo.Builder. copyOf(CollaborationInfo _other)static <_B> CollaborationInfo.Builder<_B>CollaborationInfo. copyOf(CollaborationInfo _other)static <_B> CollaborationInfo.Builder<_B>CollaborationInfo. copyOf(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static CollaborationInfo.Builder<Void>CollaborationInfo. copyOnly(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)voidUserMessage. setCollaborationInfo(CollaborationInfo value)Sets the value of the collaborationInfo property.UserMessage.Builder<_B>UserMessage.Builder. withCollaborationInfo(CollaborationInfo collaborationInfo)Sets the new value of "collaborationInfo" (any previous value will be replaced)Constructors in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type CollaborationInfo Constructor Description Builder(_B _parentBuilder, CollaborationInfo _other, boolean _copy)Builder(_B _parentBuilder, CollaborationInfo _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-