|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageInfo in org.apache.cxf.binding.coloc |
---|
Methods in org.apache.cxf.binding.coloc with parameters of type MessageInfo | |
---|---|
static boolean |
ColocUtil.isSameMessageInfo(MessageInfo mi1,
MessageInfo mi2)
|
Uses of MessageInfo in org.apache.cxf.binding.corba.interceptors |
---|
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type MessageInfo | |
---|---|
protected QName |
CorbaStreamInInterceptor.getMessageParamQName(MessageInfo msgInfo,
String paramName,
int index)
|
protected QName |
CorbaStreamOutEndingInterceptor.getMessageParamQName(MessageInfo msgInfo,
String paramName,
int index)
|
protected String |
CorbaStreamInInterceptor.getWrappedParamNamespace(MessageInfo msgInfo)
|
protected String |
CorbaStreamOutEndingInterceptor.getWrappedParamNamespace(MessageInfo msgInfo)
|
Uses of MessageInfo in org.apache.cxf.interceptor |
---|
Methods in org.apache.cxf.interceptor that return MessageInfo | |
---|---|
protected MessageInfo |
AbstractInDatabindingInterceptor.getMessageInfo(Message message,
BindingOperationInfo operation)
|
protected MessageInfo |
AbstractInDatabindingInterceptor.getMessageInfo(Message message,
BindingOperationInfo operation,
boolean requestor)
|
protected MessageInfo |
AbstractInDatabindingInterceptor.setMessage(Message message,
BindingOperationInfo operation,
boolean requestor,
ServiceInfo si,
MessageInfo msgInfo)
|
Methods in org.apache.cxf.interceptor with parameters of type MessageInfo | |
---|---|
protected MessageInfo |
AbstractInDatabindingInterceptor.setMessage(Message message,
BindingOperationInfo operation,
boolean requestor,
ServiceInfo si,
MessageInfo msgInfo)
|
Uses of MessageInfo in org.apache.cxf.javascript.service |
---|
Methods in org.apache.cxf.javascript.service with parameters of type MessageInfo | |
---|---|
void |
ServiceJavascriptBuilder.begin(MessageInfo msg)
|
void |
ServiceJavascriptBuilder.end(MessageInfo msg)
|
Uses of MessageInfo in org.apache.cxf.service |
---|
Methods in org.apache.cxf.service with parameters of type MessageInfo | |
---|---|
void |
ServiceModelVisitor.begin(MessageInfo msg)
|
void |
ServiceModelVisitor.end(MessageInfo msg)
|
Uses of MessageInfo in org.apache.cxf.service.model |
---|
Methods in org.apache.cxf.service.model that return MessageInfo | |
---|---|
MessageInfo |
OperationInfo.createMessage(QName nm,
MessageInfo.Type type)
|
MessageInfo |
OperationInfo.getInput()
|
MessageInfo |
ServiceInfo.getMessage(QName qname)
|
MessageInfo |
BindingMessageInfo.getMessageInfo()
|
MessageInfo |
OperationInfo.getOutput()
|
Methods in org.apache.cxf.service.model that return types with arguments of type MessageInfo | |
---|---|
Map<QName,MessageInfo> |
ServiceInfo.getMessages()
|
Methods in org.apache.cxf.service.model with parameters of type MessageInfo | |
---|---|
void |
OperationInfo.setInput(String nm,
MessageInfo in)
|
void |
UnwrappedOperationInfo.setInput(String nm,
MessageInfo in)
|
void |
OperationInfo.setOutput(String nm,
MessageInfo out)
|
void |
UnwrappedOperationInfo.setOutput(String nm,
MessageInfo out)
|
Method parameters in org.apache.cxf.service.model with type arguments of type MessageInfo | |
---|---|
void |
ServiceInfo.setMessages(Map<QName,MessageInfo> msgs)
|
Constructors in org.apache.cxf.service.model with parameters of type MessageInfo | |
---|---|
BindingMessageInfo(MessageInfo m,
BindingOperationInfo boi)
|
Uses of MessageInfo in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws |
---|
Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws with parameters of type MessageInfo | |
---|---|
protected List<JavaField> |
RequestWrapper.buildFields(Method method,
MessageInfo message)
|
protected List<JavaField> |
ResponseWrapper.buildFields(Method method,
MessageInfo message)
|
Uses of MessageInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal |
---|
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal with parameters of type MessageInfo | |
---|---|
void |
ParameterProcessor.process(JavaMethod method,
MessageInfo inputMessage,
MessageInfo outputMessage,
List<String> parameterOrder)
|
Uses of MessageInfo in org.apache.cxf.wsdl.interceptors |
---|
Methods in org.apache.cxf.wsdl.interceptors with parameters of type MessageInfo | |
---|---|
protected boolean |
DocLiteralInInterceptor.shouldWrapParameters(MessageInfo msgInfo,
Message message)
|
Uses of MessageInfo in org.apache.cxf.wsdl.service.factory |
---|
Methods in org.apache.cxf.wsdl.service.factory with parameters of type MessageInfo | |
---|---|
protected void |
ReflectionServiceFactoryBean.createInputWrappedMessageParts(OperationInfo op,
Method method,
MessageInfo inMsg)
|
protected void |
ReflectionServiceFactoryBean.createOutputWrappedMessageParts(OperationInfo op,
Method method,
MessageInfo outMsg)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |