Package | Description |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 |
Modifier and Type | Class and Description |
---|---|
class |
EndpointImpl
This class represents the Endpoint component and the <endpoint> element.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceImpl.getEndpoint(NCName name) |
Endpoint[] |
ServiceImpl.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.