Uses of Class
org.apache.cxf.ext.logging.event.EventType
-
Packages that use EventType Package Description org.apache.cxf.ext.logging.event -
-
Uses of EventType in org.apache.cxf.ext.logging.event
Methods in org.apache.cxf.ext.logging.event that return EventType Modifier and Type Method Description EventTypeDefaultLogEventMapper. getEventType(Message message)Gets the event type from message.EventTypeLogEvent. getType()static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.ext.logging.event with parameters of type EventType Modifier and Type Method Description voidLogEvent. setType(EventType type)
-