org.apache.ws.notification.base
Interface CustomBaseNotificationConstants


public interface CustomBaseNotificationConstants

Constants for our impl of SubscriptionManager

Author:
Sal Campana

Field Summary
static javax.xml.namespace.QName PORT_TYPE
          The management PortType associated with this resource.
static javax.xml.namespace.QName RESOURCE_KEY_NAME
          The name of the resource key for this resource.
static javax.xml.namespace.QName SERVICE_NAME
          The service endpoint name as registered with the SOAP Platform.
static java.lang.String TARGET_NAMESPACE
          DOCUMENT_ME
 

Field Detail

TARGET_NAMESPACE

public static final java.lang.String TARGET_NAMESPACE
DOCUMENT_ME

See Also:
Constant Field Values

SERVICE_NAME

public static final javax.xml.namespace.QName SERVICE_NAME
The service endpoint name as registered with the SOAP Platform. This is useful for building EPR's.


PORT_TYPE

public static final javax.xml.namespace.QName PORT_TYPE
The management PortType associated with this resource. This is useful for building EPR's.


RESOURCE_KEY_NAME

public static final javax.xml.namespace.QName RESOURCE_KEY_NAME
The name of the resource key for this resource.



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.