442443444445446447448449
return new V2MarkupService(port); } else { WSRPV1MarkupPortType port = getService(WSRPV1MarkupPortType.class); return new V1MarkupService(port); } }
359360361362363364365366
443444445446447448449450
357358359360361362363364
456457458459460461462463
return new V2PortletManagementService(port); } else { WSRPV1PortletManagementPortType port = getService(WSRPV1PortletManagementPortType.class); return new V1PortletManagementService(port); } }
373374375376377378379380
457458459460461462463464
371372373374375376377378
470471472473474475476477
return new V2RegistrationService(port); } else { WSRPV1RegistrationPortType port = getService(WSRPV1RegistrationPortType.class); return new V1RegistrationService(port); } }
387388389390391392393394