org.apache.ws.resource.servicegroup.v2004_06.porttype
Interface ServiceGroupEntryPortType

All Superinterfaces:
GetResourcePropertyPortType

public interface ServiceGroupEntryPortType
extends GetResourcePropertyPortType

The WSRF-SG ServiceGroupEntry portType.

Author:
Ian P. Springer (Hewlett-Packard Company)

Field Summary
static javax.xml.namespace.QName NAME
          DOCUMENT_ME
static javax.xml.namespace.QName PROP_NAME_CONTENT
          "Content" property (type="xsd:anyType", minOccurs="1", maxOccurs="1").
static javax.xml.namespace.QName PROP_NAME_MEMBER_EPR
          "MemberEPR" property (type="wsa:EndpointReferenceType", minOccurs="1", maxOccurs="1").
static javax.xml.namespace.QName PROP_NAME_SERVICE_GROUP_EPR
          "ServiceGroupEPR" property (type="wsa:EndpointReferenceType", minOccurs="1", maxOccurs="1").
 
Methods inherited from interface org.apache.ws.resource.properties.v2004_06.porttype.GetResourcePropertyPortType
getResourceProperty
 

Field Detail

NAME

public static final javax.xml.namespace.QName NAME
DOCUMENT_ME


PROP_NAME_SERVICE_GROUP_EPR

public static final javax.xml.namespace.QName PROP_NAME_SERVICE_GROUP_EPR
"ServiceGroupEPR" property (type="wsa:EndpointReferenceType", minOccurs="1", maxOccurs="1").


PROP_NAME_MEMBER_EPR

public static final javax.xml.namespace.QName PROP_NAME_MEMBER_EPR
"MemberEPR" property (type="wsa:EndpointReferenceType", minOccurs="1", maxOccurs="1").


PROP_NAME_CONTENT

public static final javax.xml.namespace.QName PROP_NAME_CONTENT
"Content" property (type="xsd:anyType", minOccurs="1", maxOccurs="1").



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