public class DynamicEndpoint extends RegisteredEndpoint
DYNAMIC, EXTERNAL, INTERNAL, LINKED| Constructor and Description |
|---|
DynamicEndpoint(ServiceEndpoint endpoint,
String ownerId,
DocumentFragment reference)
Creates a new DynamicEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentFragment |
getAsReference(QName operationName)
ExternalEndpoint implementation should override this method.
|
ServiceEndpoint |
getDelegate() |
int |
getType()
Indicates the type of endpoint: INTERNAL, EXTERNAL, or DYNAMIC.
|
String |
toString() |
equals, getEndpointName, getHistoricalStatistics, getInterfaces, getInterfacesInternal, getName, getOperations, getOwnerId, getServiceName, getStatistics, hashCode, implementsInterface, isActive, isDynamic, isExternal, isInternal, isLinked, parseDescriptor, resetInUse, setActive, setInterfaces, setInUse, setOperations, toExternalName, toStringBriefpublic DynamicEndpoint(ServiceEndpoint endpoint, String ownerId, DocumentFragment reference)
service - service nameendpoint - endpoint nameownerId - id of component which is registering the servicereference - endpoint reference for this endpointtype - endpoint typepublic int getType()
RegisteredEndpointgetType in class RegisteredEndpointpublic DocumentFragment getAsReference(QName operationName)
RegisteredEndpointgetAsReference in interface ServiceEndpointgetAsReference in class RegisteredEndpointoperationName - the name of the operation to be performed by a
consumer of the generated endpoint reference. Set to null
if this is not applicable.null if the
provider does not support such references.public ServiceEndpoint getDelegate()
public String toString()
toString in class RegisteredEndpointCopyright © 2011-2016 OpenESB Community. All Rights Reserved.