|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.config.management.EndpointCreationAttributes
public class EndpointCreationAttributes
Store the parameters that were passed into the original WSEndpoint instance upon creation. This allows us to instantiate a new instance with the same parameters.
| Constructor Summary | |
|---|---|
EndpointCreationAttributes(boolean processHandlerAnnotation,
Invoker invoker,
EntityResolver resolver,
boolean isTransportSynchronous)
Instantiate this data access object. |
|
| Method Summary | |
|---|---|
EntityResolver |
getEntityResolver()
Return the original EntityResolver instance. |
Invoker |
getInvoker()
Return the original Invoker instance. |
boolean |
isProcessHandlerAnnotation()
Return the original processHandlerAnnotation setting. |
boolean |
isTransportSynchronous()
Return the original isTransportSynchronous setting. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointCreationAttributes(boolean processHandlerAnnotation,
Invoker invoker,
EntityResolver resolver,
boolean isTransportSynchronous)
processHandlerAnnotation - The original processHandlerAnnotation setting.invoker - The original Invoker instance.resolver - The original EntityResolver instance.isTransportSynchronous - The original isTransportSynchronous setting.| Method Detail |
|---|
public boolean isProcessHandlerAnnotation()
public Invoker getInvoker()
public EntityResolver getEntityResolver()
public boolean isTransportSynchronous()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||