|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageInfo | |
---|---|
org.apache.cxf.binding.coloc | |
org.apache.cxf.binding.corba.interceptors | |
org.apache.cxf.binding.http | |
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
org.apache.cxf.javascript.service | |
org.apache.cxf.service | This package and its sub packages contain classes relating to services and the CXF service model |
org.apache.cxf.service.factory | |
org.apache.cxf.service.model | |
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws | |
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal |
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 |
CorbaStreamOutEndingInterceptor.getMessageParamQName(MessageInfo msgInfo,
String paramName,
int index)
|
protected QName |
CorbaStreamInInterceptor.getMessageParamQName(MessageInfo msgInfo,
String paramName,
int index)
|
protected String |
CorbaStreamOutEndingInterceptor.getWrappedParamNamespace(MessageInfo msgInfo)
|
protected String |
CorbaStreamInInterceptor.getWrappedParamNamespace(MessageInfo msgInfo)
|
Uses of MessageInfo in org.apache.cxf.binding.http |
---|
Methods in org.apache.cxf.binding.http with parameters of type MessageInfo | |
---|---|
List |
URIMapper.getParameters(MessageInfo msgInfo,
String path)
|
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)
|
protected boolean |
DocLiteralInInterceptor.shouldWrapParameters(MessageInfo msgInfo,
Message message)
|
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.factory |
---|
Methods in org.apache.cxf.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)
|
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> |
ResponseWrapper.buildFields(Method method,
MessageInfo message)
|
protected List<JavaField> |
RequestWrapper.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)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |