|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.ws.EndpointServiceImpl
public class EndpointServiceImpl
| Constructor Summary | |
|---|---|
EndpointServiceImpl()
|
|
| Method Summary | |
|---|---|
org.objectweb.fractal.api.Component |
getComponent()
Get the associated fractal component. |
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)
|
protected void |
start()
|
protected void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointServiceImpl()
| Method Detail |
|---|
protected void start()
protected void stop()
public org.objectweb.fractal.api.Component getComponent()
@org.objectweb.fractal.fraclet.annotation.annotations.Service(name = "component")
private Component component;
public Component getComponent() {
return this.component;
}
getComponent in interface KernelWebService
public java.util.List<org.ow2.petals.kernel.ws.api.to.Endpoint> getEndpoints()
throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
getEndpoints in interface org.ow2.petals.kernel.ws.api.EndpointServiceorg.ow2.petals.kernel.ws.api.PEtALSWebServiceException
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
query in interface org.ow2.petals.kernel.ws.api.EndpointServiceorg.ow2.petals.kernel.ws.api.PEtALSWebServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||