|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.chapterIV.builders.WrappedResponseBuilder
public final class WrappedResponseBuilder
builds wrapped response objects which can be processed with generic code. needed because xml objects are generated and don't have common superclass or interfaced defined but do implement common methods.
Method Summary | |
---|---|
static Chap4MedicalAdvisorAgreementResponseWrapper<AskChap4MedicalAdvisorAgreementResponse> |
wrap(AskChap4MedicalAdvisorAgreementResponse response)
wraps a xml class that doesn't implement any interface in a generic class which implements the interfaces. |
static Chap4MedicalAdvisorAgreementResponseWrapper<ConsultChap4MedicalAdvisorAgreementResponse> |
wrap(ConsultChap4MedicalAdvisorAgreementResponse agreementResponse)
wraps ConsultChap4MedicalAdvisorAgreementResponse in a more generic Chap4MedicalAdvisorAgreementResponseWrapper. |
static UnsealedResponseWrapper<Response> |
wrap(Response response)
wraps a xml class that doesn't implement any interface in a generic class which implements the interfaces. |
static UnsealedResponseWrapper<Response> |
wrap(Response response)
wraps a xml class that doesn't implement any interface in a generic class which implements the interfaces. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Chap4MedicalAdvisorAgreementResponseWrapper<ConsultChap4MedicalAdvisorAgreementResponse> wrap(ConsultChap4MedicalAdvisorAgreementResponse agreementResponse)
ConsultChap4MedicalAdvisorAgreementResponse
in a more generic Chap4MedicalAdvisorAgreementResponseWrapper.
agreementResponse
- the object to be wrapped
public static Chap4MedicalAdvisorAgreementResponseWrapper<AskChap4MedicalAdvisorAgreementResponse> wrap(AskChap4MedicalAdvisorAgreementResponse response)
response
- the xml class without interfaces
public static UnsealedResponseWrapper<Response> wrap(Response response)
response
- the xml class without interfaces
public static UnsealedResponseWrapper<Response> wrap(Response response)
response
- the xml class without interfaces
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |