|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageRequestType | |
---|---|
be.ehealth.businessconnector.ehbox.v3.builders | Contains the interface to build the Object that 'll be passed to the services and the BuilderFactory to get it |
be.ehealth.businessconnector.ehbox.v3.builders.impl | |
be.ehealth.businessconnector.ehbox.v3.service | Contains the interface of the service publication and consultation and the factory to get it back |
be.ehealth.businessconnector.ehbox.v3.service.impl | |
be.ehealth.businessconnector.ehbox.v3.session | Contains the interface of the service ehealthBox and the factory to get it back |
be.ehealth.businessconnector.ehbox.v3.session.impl | |
be.fgov.ehealth.ehbox.consultation.protocol.v3 |
Uses of MessageRequestType in be.ehealth.businessconnector.ehbox.v3.builders |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.builders that return MessageRequestType | |
---|---|
MessageRequestType |
RequestBuilder.createMessageRequestType(String messageId)
Deprecated. |
MessageRequestType |
RequestBuilder.createMessageRequestType(String messageId,
String source)
Deprecated. |
MessageRequestType |
RequestBuilder.createMessageRequestType(String messageId,
String source,
BoxIdType boxId)
Deprecated. |
Uses of MessageRequestType in be.ehealth.businessconnector.ehbox.v3.builders.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.builders.impl that return MessageRequestType | |
---|---|
MessageRequestType |
RequestBuilderImpl.createMessageRequestType(String messageId)
|
MessageRequestType |
RequestBuilderImpl.createMessageRequestType(String messageId,
String source)
|
MessageRequestType |
RequestBuilderImpl.createMessageRequestType(String messageId,
String source,
BoxIdType boxId)
|
Uses of MessageRequestType in be.ehealth.businessconnector.ehbox.v3.service |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.service with parameters of type MessageRequestType | |
---|---|
GetFullMessageResponse |
ConsultationService.getFullMessage(SAMLToken token,
MessageRequestType messageRequestType)
Deprecated. use getFullMessage(SamlToken token , GetFullMessageRequest request) instead |
GetHistoryResponse |
ConsultationService.getMessageHistory(SAMLToken token,
MessageRequestType messageRequestType)
Deprecated. use getFullMessage(SamlToken token , GetHistoryRequest request) instead |
Uses of MessageRequestType in be.ehealth.businessconnector.ehbox.v3.service.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.service.impl with parameters of type MessageRequestType | |
---|---|
GetFullMessageResponse |
ConsultationServiceImpl.getFullMessage(SAMLToken token,
MessageRequestType request)
Deprecated. |
GetHistoryResponse |
ConsultationServiceImpl.getMessageHistory(SAMLToken token,
MessageRequestType request)
Deprecated. |
Uses of MessageRequestType in be.ehealth.businessconnector.ehbox.v3.session |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.session with parameters of type MessageRequestType | |
---|---|
GetFullMessageResponse |
EhealthBoxServiceV3.getFullMessage(MessageRequestType request)
Deprecated. |
GetHistoryResponse |
EhealthBoxServiceV3.getMessageHistory(MessageRequestType request)
Deprecated. |
Uses of MessageRequestType in be.ehealth.businessconnector.ehbox.v3.session.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.session.impl with parameters of type MessageRequestType | |
---|---|
GetFullMessageResponse |
EhealthBoxServiceV3Impl.getFullMessage(MessageRequestType request)
Deprecated. |
GetHistoryResponse |
EhealthBoxServiceV3Impl.getMessageHistory(MessageRequestType request)
|
Uses of MessageRequestType in be.fgov.ehealth.ehbox.consultation.protocol.v3 |
---|
Subclasses of MessageRequestType in be.fgov.ehealth.ehbox.consultation.protocol.v3 | |
---|---|
class |
GetFullMessageRequest
Java class for MessageRequestType complex type. |
class |
GetHistoryRequest
Java class for MessageRequestType complex type. |
Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 that return MessageRequestType | |
---|---|
MessageRequestType |
ObjectFactory.createMessageRequestType()
Create an instance of MessageRequestType |
Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 that return types with arguments of type MessageRequestType | |
---|---|
JAXBElement<MessageRequestType> |
ObjectFactory.createGetFullMessageRequest(MessageRequestType value)
Create an instance of JAXBElement < MessageRequestType > } |
JAXBElement<MessageRequestType> |
ObjectFactory.createGetHistoryRequest(MessageRequestType value)
Create an instance of JAXBElement < MessageRequestType > } |
Methods in be.fgov.ehealth.ehbox.consultation.protocol.v3 with parameters of type MessageRequestType | |
---|---|
JAXBElement<MessageRequestType> |
ObjectFactory.createGetFullMessageRequest(MessageRequestType value)
Create an instance of JAXBElement < MessageRequestType > } |
JAXBElement<MessageRequestType> |
ObjectFactory.createGetHistoryRequest(MessageRequestType value)
Create an instance of JAXBElement < MessageRequestType > } |
GetFullMessageResponse |
EhBoxConsultationPortType.getFullMessage(MessageRequestType body)
|
GetHistoryResponse |
EhBoxConsultationPortType.getMessageHistory(MessageRequestType body)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |