org.ow2.petals.kernel.ws.client
Class EndpointServiceClient

java.lang.Object
  extended by org.ow2.petals.kernel.ws.client.EndpointServiceClient
All Implemented Interfaces:
org.ow2.petals.kernel.ws.api.EndpointService

public class EndpointServiceClient
extends java.lang.Object
implements org.ow2.petals.kernel.ws.api.EndpointService

Author:
Adrien RuffiƩ - eBM WebSourcing Provider a client for the endpoint service of the petals-kernel-wsapi

Method Summary
 java.util.List<org.ow2.petals.kernel.ws.api.to.Endpoint> getEndpoints()
           
 java.util.List<org.ow2.petals.kernel.ws.api.to.Endpoint> query(org.ow2.petals.kernel.ws.api.to.EndpointQuery query)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEndpoints

public java.util.List<org.ow2.petals.kernel.ws.api.to.Endpoint> getEndpoints()
                                                                      throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
getEndpoints in interface org.ow2.petals.kernel.ws.api.EndpointService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

query

public java.util.List<org.ow2.petals.kernel.ws.api.to.Endpoint> query(org.ow2.petals.kernel.ws.api.to.EndpointQuery query)
                                                               throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

Specified by:
query in interface org.ow2.petals.kernel.ws.api.EndpointService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.