public class ExternalEndpoint extends RegisteredEndpoint
DYNAMIC, EXTERNAL, INTERNAL, LINKED| Constructor and Description |
|---|
ExternalEndpoint(ServiceEndpoint endpoint,
String ownerId)
Creates a new ExternalEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares two ExternalEndpoint instances for equality.
|
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() |
getEndpointName, getHistoricalStatistics, getInterfaces, getInterfacesInternal, getName, getOperations, getOwnerId, getServiceName, getStatistics, hashCode, implementsInterface, isActive, isDynamic, isExternal, isInternal, isLinked, parseDescriptor, resetInUse, setActive, setInterfaces, setInUse, setOperations, toExternalName, toStringBriefpublic ExternalEndpoint(ServiceEndpoint endpoint, String ownerId)
endpoint - endpoint implementation provided by componentownerId - id of component which is registering the servicepublic int getType()
RegisteredEndpointgetType in class RegisteredEndpointpublic ServiceEndpoint getDelegate()
public 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 boolean equals(Object obj)
equals in class RegisteredEndpointpublic String toString()
toString in class RegisteredEndpointCopyright © 2011-2016 OpenESB Community. All Rights Reserved.