|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The endpoint implementation class type.public interface ConfigSaver<T>
Persist configuration changes
| Method Summary | |
|---|---|
void |
init(ManagedEndpoint<T> endpoint,
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion assertion)
Initialize this instance. |
void |
persist(NamedParameters parameters)
Persist configuration changes. |
| Method Detail |
|---|
void init(ManagedEndpoint<T> endpoint,
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion assertion)
throws javax.xml.ws.WebServiceException
endpoint - The ManagedEndpoint instance. Must not be null.assertion - This assertion contains the policy that configured the
managed endpoint. May be null.
javax.xml.ws.WebServiceException - If initialization failed.
void persist(NamedParameters parameters)
throws javax.xml.ws.WebServiceException
parameters - Any parameter that needs to be passed into the implementation
javax.xml.ws.WebServiceException - If persisting the configuration failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||