org.benow.service.http
Class HttpServiceContent

java.lang.Object
  extended by org.benow.service.http.HttpServiceContent

public class HttpServiceContent
extends java.lang.Object


Field Summary
 org.benow.java.spec.MethodSpecification methodSpec
           
 org.benow.java.spec.ServiceSpecification selectedService
           
 java.util.List<org.benow.java.spec.ServiceSpecification> services
           
 
Constructor Summary
HttpServiceContent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

services

public java.util.List<org.benow.java.spec.ServiceSpecification> services

selectedService

public org.benow.java.spec.ServiceSpecification selectedService

methodSpec

public org.benow.java.spec.MethodSpecification methodSpec
Constructor Detail

HttpServiceContent

public HttpServiceContent()