org.apache.ws.resource.metadataexchange.v2004_09.porttype.impl
Class MetadataExchangePortTypeImpl

java.lang.Object
  extended byorg.apache.ws.resource.AbstractPortType
      extended byorg.apache.ws.resource.metadataexchange.v2004_09.porttype.impl.MetadataExchangePortTypeImpl
All Implemented Interfaces:
MetadataExchangePortType

public class MetadataExchangePortTypeImpl
extends AbstractPortType
implements MetadataExchangePortType

An implementation of the WS-MEX MetadataExchange portType.

Author:
Sal Campana

Field Summary
 
Fields inherited from class org.apache.ws.resource.AbstractPortType
MSG
 
Fields inherited from interface org.apache.ws.resource.metadataexchange.v2004_09.porttype.MetadataExchangePortType
NAME
 
Constructor Summary
MetadataExchangePortTypeImpl(ResourceContext resourceContext)
          Creates a new AbstractPortType object.
 
Method Summary
 org.xmlsoap.schemas.ws.x2004.x09.mex.AnyXmlType get()
          WS-MetadataExchange Get operation.
 org.xmlsoap.schemas.ws.x2004.x09.mex.MetadataDocument getMetadata(org.xmlsoap.schemas.ws.x2004.x09.mex.GetMetadataDocument request)
          WS-MetadataExchange GetMetadata operation.
protected  NamespaceVersionHolder getNamespaceSet()
           
 
Methods inherited from class org.apache.ws.resource.AbstractPortType
getResource, getResourceContext, getResourceHome, getResourceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataExchangePortTypeImpl

public MetadataExchangePortTypeImpl(ResourceContext resourceContext)
Creates a new AbstractPortType object.

Parameters:
resourceContext -
Method Detail

getMetadata

public org.xmlsoap.schemas.ws.x2004.x09.mex.MetadataDocument getMetadata(org.xmlsoap.schemas.ws.x2004.x09.mex.GetMetadataDocument request)
WS-MetadataExchange GetMetadata operation.

Specified by:
getMetadata in interface MetadataExchangePortType
Parameters:
request -
Returns:
MetadataDocument response document

get

public org.xmlsoap.schemas.ws.x2004.x09.mex.AnyXmlType get()
WS-MetadataExchange Get operation.

Specified by:
get in interface MetadataExchangePortType
Returns:
AnyXmlType response document.

getNamespaceSet

protected NamespaceVersionHolder getNamespaceSet()
Specified by:
getNamespaceSet in class AbstractPortType


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