|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageInfo | |
---|---|
org.codehaus.xfire.service | Contains the classes and interfaces for the service model of XFire. |
org.codehaus.xfire.service.binding |
Uses of MessageInfo in org.codehaus.xfire.service |
---|
Methods in org.codehaus.xfire.service that return MessageInfo | |
---|---|
MessageInfo |
OperationInfo.createMessage(javax.xml.namespace.QName name)
Creates a new message. |
MessageInfo |
OperationInfo.getInputMessage()
Returns the input message info. |
MessageInfo |
OperationInfo.getOutputMessage()
Returns the output message info. |
Methods in org.codehaus.xfire.service with parameters of type MessageInfo | |
---|---|
void |
Visitor.endMessage(MessageInfo messageInfo)
Receive notification at the end of a message visit. |
void |
OperationInfo.setInputMessage(MessageInfo inputMessage)
Sets the input message info. |
void |
OperationInfo.setOutputMessage(MessageInfo outputMessage)
Sets the output message info. |
void |
Visitor.startMessage(MessageInfo messageInfo)
Receive notification at the beginning of a message visit. |
Uses of MessageInfo in org.codehaus.xfire.service.binding |
---|
Methods in org.codehaus.xfire.service.binding with parameters of type MessageInfo | |
---|---|
protected void |
RPCEncodedBinding.writeParametersSchema(WSDLBuilder builder,
javax.wsdl.Message message,
MessageInfo xmsg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |