Package org.apache.cxf.ws.mex
Interface MetadataExchange
-
- All Known Implementing Classes:
MEXEndpoint
@Addressing(required=true, enabled=true) public interface MetadataExchange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Metadataget2004()MetadatagetMetadata(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)
-
-