From feda1d8f47faff17ca5a84d05166971eae7b2da3 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 16 May 2011 13:26:09 +0000 Subject: QPID-3260: remove defunct java/management/client module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1103724 13f79535-47bb-0310-9956-ffa450edef68 --- .../example/GetResourceMetadataDescriptor.out.ok | 188 --------------------- 1 file changed, 188 deletions(-) delete mode 100644 java/management/client/src/example/GetResourceMetadataDescriptor.out.ok (limited to 'java/management/client/src/example/GetResourceMetadataDescriptor.out.ok') diff --git a/java/management/client/src/example/GetResourceMetadataDescriptor.out.ok b/java/management/client/src/example/GetResourceMetadataDescriptor.out.ok deleted file mode 100644 index a259259228..0000000000 --- a/java/management/client/src/example/GetResourceMetadataDescriptor.out.ok +++ /dev/null @@ -1,188 +0,0 @@ - GetResourceMetadataDescriptorExample -------------------------------------------------------------------- - -The example shows how to get metadata from a -WS-Resource. -A QMan WS-Resource has different kinds of metadata. -(see below) -User who wants to receive metadata of a WS-Resource -must send a GetMetadataRequesta specifying the -associated dialect. -Supported metadata that could be requested are : - -- WSDL : in this case dialect is "http://schemas.xmlsoap.org/wsdl/"; -- RDM (Resource Metadata Descriptor) : in this case dialect is "http://docs.oasis-open.org/wsrf/rmd-1 ". - -Note that this examples focuses on RDM Metadata only; -another one is dedicated to WSDL. -------------------------------------------------------------------- - -Type enter to proceed... - -[CLIENT TRACE] SOAP envelope contents (outgoing): - - - - http://localhost:8080/qman/services/adapter - http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyRequest - uuid:cdcf747a-e5fc-3762-1748-87cc2eefb18b - - http://www.w3.org/2005/08/addressing/role/anonymous - - - - wsrf-sg:Entry - - - -[CLIENT TRACE] SOAP envelope contents (incoming): - - - - http://www.w3.org/2005/08/addressing/role/anonymous - http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyResponse - uuid:1d0d091b-8867-d765-7cc8-4898851cd783 - uuid:cdcf747a-e5fc-3762-1748-87cc2eefb18b - - http://localhost:8080/qman/services/adapter - - - - - - - http://localhost:8080/qman/services/ServiceGroupEntry - - uuid:3a2ee31e-49ed-e30a-c985-0fe49c182a75 - - - - http://localhost:8080/qman/services/QManWsResource - - Q-MAN: brokerID=cbe0cada-e8ee-424c-945b-f6c42df7b011,class=queue,name=1232952196269,objectId=e2857418-b873-47b7-ab30-441ae9376529,package=org.apache.qpid - - - - - - - - -[CLIENT TRACE] SOAP envelope contents (outgoing): - - - - http://localhost:8080/qman/services/QManWsResource - http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata - uuid:ba2435fc-9172-69d8-f4be-34f7f45b26ff - - http://www.w3.org/2005/08/addressing/role/anonymous - - Q-MAN: brokerID=cbe0cada-e8ee-424c-945b-f6c42df7b011,class=queue,name=1232952196269,objectId=e2857418-b873-47b7-ab30-441ae9376529,package=org.apache.qpid - - - - http://docs.oasis-open.org/wsrf/rmd-1 - - - - -[CLIENT TRACE] SOAP envelope contents (incoming): - - - - http://www.w3.org/2005/08/addressing/role/anonymous - http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadataResponse - uuid:ceb6eb90-4910-01a9-c138-6029e6bb0836 - uuid:ba2435fc-9172-69d8-f4be-34f7f45b26ff - - http://localhost:8080/qman/services/QManWsResource - - Q-MAN: brokerID=cbe0cada-e8ee-424c-945b-f6c42df7b011,class=queue,name=1232952196269,objectId=e2857418-b873-47b7-ab30-441ae9376529,package=org.apache.qpid - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.1