throws MalformedURIException,
RegistrationFailureException
{
m_isSingleton = false;
m_simulatedEndpointRef = new EndpointReference( new URI( "http://unittest.apache.org/wsdm/unittest" ) );
m_simulatedEndpointRef.setPortType( new AttributedQName( "", "UNIT_TEST_PORT" ) );
ServiceNameType snt = new ServiceNameType( "UNIT_TEST_PORT", "UNIT_TEST_SERVICE" );
snt.setPort( "UNIT_TEST_PORT" );
m_simulatedEndpointRef.setServiceName( snt );
m_simulatedId = "UNIT_TEST_RESOURCE_ID_1234";
m_manager.register( this );