|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 boolean |
WSDLComponentValidator.testAssertionEndpoint1061(Endpoint endpoint,
ErrorReporter errorReporter)
Test assertion Endpoint-1061. |
protected boolean |
WSDLComponentValidator.testAssertionEndpoint1062(Endpoint endpoint,
ErrorReporter errorReporter)
Test assertion Endpoint-1062. |
protected void |
WSDLComponentValidator.validateEndpoints(Endpoint[] endpoints,
Description desc,
ErrorReporter errorReporter)
Validate the endpoints in a service component in the WSDL component model. |
| Uses of Endpoint in org.apache.woden.wsdl20 |
|---|
| Methods in org.apache.woden.wsdl20 that return Endpoint | |
|---|---|
Endpoint |
Service.getEndpoint(NCName name)
Returns the Endpoint with the specified local name from the {endpoints} property of this Service. |
Endpoint[] |
Service.getEndpoints()
Represents the {endpoints} property of the Service component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||