Apache CXF API

org.apache.cxf.ws.mex
Class MEXEndpoint

java.lang.Object
  extended by org.apache.cxf.ws.mex.MEXEndpoint
All Implemented Interfaces:
MetadataExchange

@BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/")
@Addressing(required=true,
            enabled=true)
public class MEXEndpoint
extends Object
implements MetadataExchange


Constructor Summary
MEXEndpoint(EndpointImpl server)
           
MEXEndpoint(Server server)
           
 
Method Summary
 Metadata get2004()
           
 Metadata getMetadata(GetMetadata body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MEXEndpoint

public MEXEndpoint(EndpointImpl server)

MEXEndpoint

public MEXEndpoint(Server server)
Method Detail

get2004

public Metadata get2004()
Specified by:
get2004 in interface MetadataExchange

getMetadata

public Metadata getMetadata(GetMetadata body)
Specified by:
getMetadata in interface MetadataExchange

Apache CXF API

Apache CXF