Uses of Class
org.apache.cxf.service.model.MessageInfo
Packages that use MessageInfo
Package
Description
-
Uses of MessageInfo in org.apache.cxf.binding.coloc
Methods in org.apache.cxf.binding.coloc with parameters of type MessageInfoModifier and TypeMethodDescriptionstatic booleanColocUtil.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 MessageInfoModifier and TypeMethodDescriptionprotected QNameCorbaStreamInInterceptor.getMessageParamQName(MessageInfo msgInfo, String paramName, int index) protected QNameCorbaStreamOutEndingInterceptor.getMessageParamQName(MessageInfo msgInfo, String paramName, int index) protected StringCorbaStreamInInterceptor.getWrappedParamNamespace(MessageInfo msgInfo) protected StringCorbaStreamOutEndingInterceptor.getWrappedParamNamespace(MessageInfo msgInfo) -
Uses of MessageInfo in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return MessageInfoModifier and TypeMethodDescriptionprotected MessageInfoAbstractInDatabindingInterceptor.getMessageInfo(Message message, BindingOperationInfo operation) protected MessageInfoAbstractInDatabindingInterceptor.getMessageInfo(Message message, BindingOperationInfo operation, boolean requestor) protected MessageInfoAbstractInDatabindingInterceptor.setMessage(Message message, BindingOperationInfo operation, boolean requestor, ServiceInfo si, MessageInfo msgInfo) Methods in org.apache.cxf.interceptor with parameters of type MessageInfoModifier and TypeMethodDescriptionprotected MessageInfoAbstractInDatabindingInterceptor.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 MessageInfoModifier and TypeMethodDescriptionvoidServiceJavascriptBuilder.begin(MessageInfo msg) voidServiceJavascriptBuilder.end(MessageInfo msg) -
Uses of MessageInfo in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type MessageInfoModifier and TypeMethodDescriptionvoidServiceModelVisitor.begin(MessageInfo msg) voidServiceModelVisitor.end(MessageInfo msg) -
Uses of MessageInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return MessageInfoModifier and TypeMethodDescriptionOperationInfo.createMessage(QName nm, MessageInfo.Type type) OperationInfo.getInput()ServiceInfo.getMessage(QName qname) BindingMessageInfo.getMessageInfo()OperationInfo.getOutput()Methods in org.apache.cxf.service.model that return types with arguments of type MessageInfoMethods in org.apache.cxf.service.model with parameters of type MessageInfoModifier and TypeMethodDescriptionvoidOperationInfo.setInput(String nm, MessageInfo in) voidUnwrappedOperationInfo.setInput(String nm, MessageInfo in) voidOperationInfo.setOutput(String nm, MessageInfo out) voidUnwrappedOperationInfo.setOutput(String nm, MessageInfo out) Method parameters in org.apache.cxf.service.model with type arguments of type MessageInfoConstructors in org.apache.cxf.service.model with parameters of type MessageInfoModifierConstructorDescriptionprotected -
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 MessageInfoModifier and TypeMethodDescriptionRequestWrapper.buildFields(Method method, MessageInfo message) 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 MessageInfoModifier and TypeMethodDescriptionvoidParameterProcessor.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 MessageInfoModifier and TypeMethodDescriptionprotected booleanDocLiteralInInterceptor.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 MessageInfoModifier and TypeMethodDescriptionprotected voidReflectionServiceFactoryBean.createInputWrappedMessageParts(OperationInfo op, Method method, MessageInfo inMsg) protected voidReflectionServiceFactoryBean.createOutputWrappedMessageParts(OperationInfo op, Method method, MessageInfo outMsg)