public class EndpointCreationAttributes extends Object
| Constructor and Description |
|---|
EndpointCreationAttributes(boolean processHandlerAnnotation,
Invoker invoker,
EntityResolver resolver,
boolean isTransportSynchronous)
Instantiate this data access object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.public boolean isProcessHandlerAnnotation()
public Invoker getInvoker()
public EntityResolver getEntityResolver()
public boolean isTransportSynchronous()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.