Ejemplo n.º 1
0
 /** Helper method, which extracts the URL of the end point. */
 private String getEndPointUrl(EndpointType endpointType) {
   return endpointType.getEndpointReference().getAddress().getValue();
 }