Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MessageTransportConfigurationType
-
Packages that use MessageTransportConfigurationType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of MessageTransportConfigurationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type MessageTransportConfigurationType Modifier and Type Field Description static Producer<MessageTransportConfigurationType>
MessageTransportConfigurationType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MessageTransportConfigurationType Modifier and Type Method Description MessageTransportConfigurationType
SystemConfigurationType. beginMessageTransportConfiguration()
MessageTransportConfigurationType
MessageTransportConfigurationType. clone()
MessageTransportConfigurationType
ObjectFactory. createMessageTransportConfigurationType()
MessageTransportConfigurationType
MessageTransportConfigurationType. customTransport(CustomTransportConfigurationType value)
MessageTransportConfigurationType
MessageTransportConfigurationType. file(FileTransportConfigurationType value)
MessageTransportConfigurationType
SystemConfigurationType. getMessageTransportConfiguration()
MessageTransportConfigurationType
MessageTransportConfigurationType. mail(MailTransportConfigurationType value)
MessageTransportConfigurationType
MessageTransportConfigurationType. sms(SmsTransportConfigurationType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type MessageTransportConfigurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<MessageTransportConfigurationType>
ObjectFactory. createMessageTransportConfiguration(MessageTransportConfigurationType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MessageTransportConfigurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<MessageTransportConfigurationType>
ObjectFactory. createMessageTransportConfiguration(MessageTransportConfigurationType value)
SystemConfigurationType
SystemConfigurationType. messageTransportConfiguration(MessageTransportConfigurationType value)
void
SystemConfigurationType. setMessageTransportConfiguration(MessageTransportConfigurationType value)
-