Apache CXF API

org.apache.cxf.ws.mex
Interface MetadataExchange

All Known Implementing Classes:
MEXEndpoint

@Addressing(required=true,
            enabled=true)
public interface MetadataExchange


Method Summary
 Metadata get2004()
           
 Metadata getMetadata(GetMetadata body)
           
 

Method Detail

get2004

@Action(input="http://schemas.xmlsoap.org/ws/2004/09/transfer/Get",
        output="http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse")
Metadata get2004()

getMetadata

@Action(input="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Request",
        output="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Response")
Metadata getMetadata(GetMetadata body)

Apache CXF API

Apache CXF