Apache CXF API

Uses of Class
org.apache.cxf.service.model.MessageInfo.Type

Packages that use MessageInfo.Type
org.apache.cxf.service.model   
 

Uses of MessageInfo.Type in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return MessageInfo.Type
 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're declared.
 

Methods in org.apache.cxf.service.model with parameters of type MessageInfo.Type
 MessageInfo OperationInfo.createMessage(QName nm, MessageInfo.Type type)
           
 void MessageInfo.setType(MessageInfo.Type type)
           
 

Constructors in org.apache.cxf.service.model with parameters of type MessageInfo.Type
MessageInfo(OperationInfo op, MessageInfo.Type type, QName nm)
           
 


Apache CXF API

Apache CXF