|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Endpoint | |
|---|---|
| com.ebmwebsourcing.commons.wsdl.api | |
| com.ebmwebsourcing.commons.wsdl.api.abstractElmt | |
| com.ebmwebsourcing.commons.wsdl.impl.wsdl11 | |
| com.ebmwebsourcing.commons.wsdl.impl.wsdl20 | |
| Uses of Endpoint in com.ebmwebsourcing.commons.wsdl.api |
|---|
| Methods in com.ebmwebsourcing.commons.wsdl.api that return Endpoint | |
|---|---|
Endpoint |
Description.createEndpoint()
Create a new endpoint. |
Endpoint |
Service.getEndpoint(java.lang.String name)
Get the specified endpoint. |
Endpoint |
Service.removeEndpoint(java.lang.String name)
Remove the specified endpoint. |
| Methods in com.ebmwebsourcing.commons.wsdl.api that return types with arguments of type Endpoint | |
|---|---|
java.util.List<Endpoint> |
Service.getEndpoints()
Get all the endpoints defined here. |
| Methods in com.ebmwebsourcing.commons.wsdl.api with parameters of type Endpoint | |
|---|---|
void |
Service.addEndpoint(Endpoint endpoint)
Add a endpoint to this service. |
| Uses of Endpoint in com.ebmwebsourcing.commons.wsdl.api.abstractElmt |
|---|
| Classes in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that implement Endpoint | |
|---|---|
class |
AbstractEndpointImpl<E>
|
| Fields in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with type parameters of type Endpoint | |
|---|---|
protected java.util.List<Endpoint> |
AbstractServiceImpl.endpoints
list of endpoints |
| Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return Endpoint | |
|---|---|
Endpoint |
AbstractServiceImpl.getEndpoint(java.lang.String name)
|
| Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return types with arguments of type Endpoint | |
|---|---|
java.util.List<Endpoint> |
AbstractServiceImpl.getEndpoints()
|
| Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with parameters of type Endpoint | |
|---|---|
void |
AbstractServiceImpl.addEndpoint(Endpoint endpoint)
|
| Uses of Endpoint in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 |
|---|
| Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that implement Endpoint | |
|---|---|
class |
EndpointImpl
|
| Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that return Endpoint | |
|---|---|
Endpoint |
DescriptionImpl.createEndpoint()
|
Endpoint |
ServiceImpl.removeEndpoint(java.lang.String name)
|
| Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 with parameters of type Endpoint | |
|---|---|
void |
ServiceImpl.addEndpoint(Endpoint endpoint)
|
| Uses of Endpoint in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 |
|---|
| Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 that return Endpoint | |
|---|---|
Endpoint |
DescriptionImpl.createEndpoint()
|
Endpoint |
ServiceImpl.removeEndpoint(java.lang.String name)
|
| Methods in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 with parameters of type Endpoint | |
|---|---|
void |
ServiceImpl.addEndpoint(Endpoint endpoint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||