Package org.apache.cxf.ws.mex
Class MEXEndpoint
- java.lang.Object
-
- org.apache.cxf.ws.mex.MEXEndpoint
-
- All Implemented Interfaces:
MetadataExchange
@BindingType("http://www.w3.org/2003/05/soap/bindings/HTTP/") @Addressing(required=true, enabled=true) public class MEXEndpoint extends Object implements MetadataExchange
-
-
Constructor Summary
Constructors Constructor Description MEXEndpoint(org.apache.cxf.endpoint.Server server)MEXEndpoint(org.apache.cxf.jaxws.EndpointImpl server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metadataget2004()MetadatagetMetadata(GetMetadata body)
-
-
-
Method Detail
-
get2004
public Metadata get2004()
- Specified by:
get2004in interfaceMetadataExchange
-
getMetadata
public Metadata getMetadata(GetMetadata body)
- Specified by:
getMetadatain interfaceMetadataExchange
-
-