Uses of Interface
org.apache.woden.wsdl20.Endpoint

Packages that use Endpoint
org.apache.woden.internal.wsdl20   
org.apache.woden.internal.wsdl20.validation   
org.apache.woden.wsdl20   
 

Uses of Endpoint in org.apache.woden.internal.wsdl20
 

Classes in org.apache.woden.internal.wsdl20 that implement Endpoint
 class EndpointImpl
          This class represents the Endpoint component and the <endpoint> element.
 

Methods in org.apache.woden.internal.wsdl20 that return Endpoint
 Endpoint ServiceImpl.getEndpoint(NCName name)
           
 Endpoint[] ServiceImpl.getEndpoints()
           
 

Uses of Endpoint in org.apache.woden.internal.wsdl20.validation
 

Methods in org.apache.woden.internal.wsdl20.validation with parameters of type Endpoint
protected  void WSDLComponentValidator.validateEndpoints(Endpoint[] endpoints, Description desc, ErrorReporter errorReporter)
          Validate the endpoints in a service component in the WSDL component model.
protected  boolean WSDLComponentValidator.testAssertionEndpoint0065(Endpoint[] endpoints, ErrorReporter errorReporter)
          Test assertion Endpoint-0065.
protected  boolean WSDLComponentValidator.testAssertionEndpoint0064(Endpoint endpoint, ErrorReporter errorReporter)
          Test assertion Endpoint-0064.
protected  boolean WSDLComponentValidator.testAssertionEndpoint0066(Endpoint endpoint, ErrorReporter errorReporter)
          Test assertion Endpoint-0066.
 

Uses of Endpoint in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return Endpoint
 Endpoint[] Service.getEndpoints()
          Represents the {endpoints} property of the Service component.
 Endpoint Service.getEndpoint(NCName name)
          Returns the Endpoint with the specified local name from the {endpoints} property of this Service.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.