|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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. |
Methods in org.apache.cxf.service.model with parameters of type MessageInfo.Type | |
---|---|
MessageInfo |
OperationInfo.createMessage(javax.xml.namespace.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,
javax.xml.namespace.QName nm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |