|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.ws.jaxws.base.JAXWSWebservicesContainer<T>
public abstract class JAXWSWebservicesContainer<T extends IWebServiceEndpoint>
| Constructor Summary | |
|---|---|
JAXWSWebservicesContainer(String name)
Construct the group. |
|
| Method Summary | |
|---|---|
void |
addEndpoint(T endpoint)
Add a new endpoint in the group. |
String |
findUpdatedURL(PortIdentifier identifier)
Given a service/port pair, try to find a matching endpoint URL. |
Collection<T> |
getEndpoints()
|
String |
getName()
|
String |
getWsdlPublicationDirectory()
|
void |
removeEndpoint(T endpoint)
Remove an endpoint from the group. |
void |
setWsdlPublicationDirectory(String wsdlPublicationDirectory)
Set the WSDL publication directory for this WSDL. |
void |
start()
Starts the container. |
void |
stop()
Stops the container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAXWSWebservicesContainer(String name)
name - Shared WSDL Location| Method Detail |
|---|
public void addEndpoint(T endpoint)
addEndpoint in interface IWebservicesContainer<T extends IWebServiceEndpoint>endpoint - newly added endpoint.public void removeEndpoint(T endpoint)
removeEndpoint in interface IWebservicesContainer<T extends IWebServiceEndpoint>endpoint - removed endpoint.public String findUpdatedURL(PortIdentifier identifier)
findUpdatedURL in interface IWebservicesContainer<T extends IWebServiceEndpoint>identifier - Port identifier
public String getName()
getName in interface IWebservicesContainer<T extends IWebServiceEndpoint>public Collection<T> getEndpoints()
getEndpoints in interface IWebservicesContainer<T extends IWebServiceEndpoint>public void start()
start in interface IWebservicesContainer<T extends IWebServiceEndpoint>public void stop()
stop in interface IWebservicesContainer<T extends IWebServiceEndpoint>public void setWsdlPublicationDirectory(String wsdlPublicationDirectory)
setWsdlPublicationDirectory in interface IWebservicesContainer<T extends IWebServiceEndpoint>wsdlPublicationDirectory - directorypublic String getWsdlPublicationDirectory()
getWsdlPublicationDirectory in interface IWebservicesContainer<T extends IWebServiceEndpoint>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||