| Package | Description | 
|---|---|
| org.apache.cxf.service.model | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageInfo.Type | MessageInfo. getType() | 
| static MessageInfo.Type | MessageInfo.Type. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MessageInfo.Type[] | MessageInfo.Type. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageInfo | OperationInfo. createMessage(QName nm,
             MessageInfo.Type type) | 
| void | MessageInfo. setType(MessageInfo.Type type) | 
| Constructor and Description | 
|---|
| MessageInfo(OperationInfo op,
           MessageInfo.Type type,
           QName nm) | 
Apache CXF