예제 #1
0
 protected UMOEndpointURI getOutDest() {
   try {
     return new MuleEndpointURI(OUT_URL);
   } catch (MalformedEndpointException e) {
     e.printStackTrace();
     fail(e.getMessage());
     return null;
   }
 }